Skip to content

Commit

Permalink
change order env file
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 b5a1f0f commit 967f8e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ PORT = 443
PROTOCOL = "https"
NETWORK_ID = 1

# localhost
LOCAL_IP= "127.0.0.1"
LOCAL_PORT = 9650
LOCAL_PROTOCOL = "http"
LOCAL_NETWORK_ID = 1337

# index API
IP_INDEXER = "indexer-demo.avax.network"

# socket
PROTOCOL_WS = "ws"
HOST = "localhost"

# localhost
LOCAL_IP= "127.0.0.1"
LOCAL_PORT = 9650
LOCAL_PROTOCOL = "http"
LOCAL_NETWORK_ID = 1337

0 comments on commit 967f8e5

Please sign in to comment.