Skip to content

Commit

Permalink
modify admin examples to use localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavinia Talpas authored and bferenc committed Feb 15, 2024
1 parent 3908f2a commit ec67bc9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ PROTOCOL = "https"
NETWORK_ID = 1

IP_INDEXER = "indexer-demo.avax.network"
PROTOCOL_WS = "ws"
HOST = "localhost"

# localhost
# IP = "localhost"
# PORT = 9650
# PROTOCOL = "http"
# NETWORK_ID = 1337
LOCAL_IP= "127.0.0.1"
LOCAL_PORT = 9650
LOCAL_PROTOCOL = "http"
LOCAL_NETWORK_ID = 1337

0 comments on commit ec67bc9

Please sign in to comment.