Skip to content

Commit 129a616

Browse files
Lavinia TalpasLavinia Talpas
authored andcommitted
change order env file
1 parent 232959b commit 129a616

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.env

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ PORT = 443
44
PROTOCOL = "https"
55
NETWORK_ID = 1
66

7+
# localhost
8+
LOCAL_IP= "127.0.0.1"
9+
LOCAL_PORT = 9650
10+
LOCAL_PROTOCOL = "http"
11+
LOCAL_NETWORK_ID = 1337
12+
713
# index API
814
IP_INDEXER = "indexer-demo.avax.network"
915

1016
# socket
1117
PROTOCOL_WS = "ws"
1218
HOST = "localhost"
13-
14-
# localhost
15-
LOCAL_IP= "127.0.0.1"
16-
LOCAL_PORT = 9650
17-
LOCAL_PROTOCOL = "http"
18-
LOCAL_NETWORK_ID = 1337

0 commit comments

Comments
 (0)