|
@@ -16,30 +16,10 @@ TYPEORM_LOGGING=error
|
|
|
# Indexer options #
|
|
|
###########################
|
|
|
|
|
|
-# Substrate endpoint to source events from
|
|
|
-WS_PROVIDER_ENDPOINT_URI=ws://localhost:9944/
|
|
|
-
|
|
|
# Block height to start indexing from.
|
|
|
# Note, that if there are already some indexed events, this setting is ignored
|
|
|
BLOCK_HEIGHT=0
|
|
|
|
|
|
-# Redis cache server
|
|
|
-REDIS_URI=redis://localhost:6379/0
|
|
|
-
|
|
|
-###########################
|
|
|
-# Processor options #
|
|
|
-###########################
|
|
|
-
|
|
|
-# Where the mapping scripts are located, relative to ./generated/indexer
|
|
|
-TYPES_JSON=../../../types/augment/all/defs.json
|
|
|
-
|
|
|
-# Indexer GraphQL API endpoint to fetch indexed events
|
|
|
-INDEXER_ENDPOINT_URL=http://localhost:4000/graphql
|
|
|
-
|
|
|
-# Block height from which the processor starts. Note that if
|
|
|
-# there are already processed events in the database, this setting is ignored
|
|
|
-BLOCK_HEIGHT=0
|
|
|
-
|
|
|
###############################
|
|
|
# Processor GraphQL API #
|
|
|
###############################
|