Parcourir la source

query-node: update graphql api port to query

Mokhtar Naamani il y a 4 ans
Parent
commit
9ba3b7acdd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/network-tests/.env

+ 1 - 1
tests/network-tests/.env

@@ -1,7 +1,7 @@
 # Address of the Joystream node.
 NODE_URL = ws://127.0.0.1:9944
 # Address of the Joystream query node.
-QUERY_NODE_URL = http://127.0.0.1:8080/graphql
+QUERY_NODE_URL = http://127.0.0.1:8081/graphql
 # Account which is expected to provide sufficient funds to test accounts.
 TREASURY_ACCOUNT_URI = //Alice
 # Sudo Account