|
@@ -22,6 +22,7 @@ TYPEORM_LOGGING=error
|
|
|
BLOCK_HEIGHT=0
|
|
|
|
|
|
# Query node GraphQL server port
|
|
|
+# Remember to change it in COLOSSUS_QUERY_NODE_URL and DISTRIBUTOR_QUERY_NODE_URL as well
|
|
|
GRAPHQL_SERVER_PORT=8081
|
|
|
|
|
|
# Query node playground endpoint
|
|
@@ -36,6 +37,7 @@ GRAPHQL_PLAYGROUND_ENDPOINT=""
|
|
|
GRAPHQL_PLAYGROUND_CDN_URL=""
|
|
|
|
|
|
# Hydra indexer gateway GraphQL server port
|
|
|
+# Remember to change it in PROCESSOR_INDEXER_GATEWAY as well
|
|
|
HYDRA_INDEXER_GATEWAY_PORT=4000
|
|
|
|
|
|
# Default GraphQL server host. It is required during "query-node config:dev"
|
|
@@ -45,13 +47,13 @@ GRAPHQL_SERVER_HOST=localhost
|
|
|
JOYSTREAM_NODE_WS=ws://joystream-node:9944/
|
|
|
|
|
|
# Query node which colossus will use
|
|
|
-COLOSSUS_QUERY_NODE_URL=http://graphql-server:${GRAPHQL_SERVER_PORT}/graphql
|
|
|
+COLOSSUS_QUERY_NODE_URL=http://graphql-server:8081/graphql
|
|
|
|
|
|
# Query node which distributor will use
|
|
|
-DISTRIBUTOR_QUERY_NODE_URL=http://graphql-server:${GRAPHQL_SERVER_PORT}/graphql
|
|
|
+DISTRIBUTOR_QUERY_NODE_URL=http://graphql-server:8081/graphql
|
|
|
|
|
|
# Indexer gateway used by processor. If you don't use the local indexer set this to a remote gateway
|
|
|
-PROCESSOR_INDEXER_GATEWAY=http://hydra-indexer-gateway:${HYDRA_INDEXER_GATEWAY_PORT}/graphql
|
|
|
+PROCESSOR_INDEXER_GATEWAY=http://hydra-indexer-gateway:4000/graphql
|
|
|
|
|
|
# Colossus services identities
|
|
|
COLOSSUS_1_WORKER_ID=0
|
|
@@ -64,10 +66,10 @@ COLOSSUS_2_TRANSACTOR_URI=//Colossus2
|
|
|
|
|
|
# Distributor node services identities
|
|
|
DISTRIBUTOR_1_WORKER_ID=0
|
|
|
-DISTRIBUTOR_1_ACCOUNT_URI=//testing//worker//Distribution//${DISTRIBUTOR_1_WORKER_ID}
|
|
|
+DISTRIBUTOR_1_ACCOUNT_URI=//testing//worker//Distribution//0
|
|
|
|
|
|
DISTRIBUTOR_2_WORKER_ID=1
|
|
|
-DISTRIBUTOR_2_ACCOUNT_URI=//testing//worker//Distribution//${DISTRIBUTOR_2_WORKER_ID}
|
|
|
+DISTRIBUTOR_2_ACCOUNT_URI=//testing//worker//Distribution//1
|
|
|
|
|
|
# Membership Faucet
|
|
|
SCREENING_AUTHORITY_SEED=//Alice
|