|
@@ -22,11 +22,6 @@ TYPEORM_LOGGING=error
|
|
# Note, that if there are already some indexed events, this setting is ignored
|
|
# Note, that if there are already some indexed events, this setting is ignored
|
|
BLOCK_HEIGHT=0
|
|
BLOCK_HEIGHT=0
|
|
|
|
|
|
-######################
|
|
|
|
-# Storage Node #
|
|
|
|
-######################
|
|
|
|
-COLOSSUS_PORT=3333
|
|
|
|
-
|
|
|
|
###############################
|
|
###############################
|
|
# Processor GraphQL API #
|
|
# Processor GraphQL API #
|
|
###############################
|
|
###############################
|
|
@@ -42,3 +37,11 @@ WS_PROVIDER_ENDPOINT_URI=ws://joystream-node:9944/
|
|
|
|
|
|
# If running joystream-node on host machine you can use following address to reach it instead
|
|
# If running joystream-node on host machine you can use following address to reach it instead
|
|
# WS_PROVIDER_ENDPOINT_URI=ws://host.docker.internal:9944/
|
|
# WS_PROVIDER_ENDPOINT_URI=ws://host.docker.internal:9944/
|
|
|
|
+
|
|
|
|
+######################
|
|
|
|
+# Storage Node #
|
|
|
|
+######################
|
|
|
|
+COLOSSUS_PORT=3333
|
|
|
|
+QUERY_NODE_HOST=${GRAPHQL_SERVER_HOST}:${GRAPHQL_SERVER_PORT}
|
|
|
|
+WORKER_ID=0
|
|
|
|
+ACCOUNT_URI=//Alice
|