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