File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
packages/fasset-indexer-core Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ CHAIN=songbird
1010# rpc config for the chain ${CHAIN}
1111RPC_URL = https://songbird-api.flare.network/ext/C/rpc
1212RPC_API_KEY =
13+ LOG_QUERY_BATCH_SIZE = 29
1314
1415# exposed port for the running api
1516API_PORT = 3000
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ services:
2525 RPC_URL : ${RPC_URL}
2626 RPC_API_KEY : ${RPC_API_KEY:-}
2727 CONFIG_PATH : /usr/src/app/config.json
28+ LOG_QUERY_BATCH_SIZE : ${LOG_QUERY_BATCH_SIZE:-}
2829 volumes :
2930 - ${CONFIG_PATH}:/usr/src/app/config.json
3031 watchdog :
Original file line number Diff line number Diff line change 55RPC_API_KEY =
66ADDRESSES_JSON =
77MIN_BLOCK_NUMBER =
8+ LOG_QUERY_BATCH_SIZE =
89
910# database
1011DB_TYPE = sqlite|postgres
You can’t perform that action at this time.
0 commit comments