Skip to content

Commit 0dbd5f0

Browse files
authored
Merge pull request #174 from InjectiveLabs/fix/add_indexer_explorer_stats_envvar
chore: Changed from hardcoded to envvar setup of INDEXER_EXPLORER_STATS_ENABLED
2 parents 3ff9c8b + 839221b commit 0dbd5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/addons/docker-compose.dex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ services:
203203
# Soon to be deprecated horacle env vars
204204
INDEXER_HTTP_HORACLE_BLOCK_THRESHOLD: 30
205205
INDEXER_HTTP_HORACLE_TIMESTAMP_THRESHOLD: 60
206-
INDEXER_EXPLORER_STATS_ENABLED: "false"
206+
INDEXER_EXPLORER_STATS_ENABLED: ${INDEXER_EXPLORER_STATS_ENABLED}
207207
INDEXER_COSMOS_LCD_URL: ${INDEXER_COSMOS_LCD_URL}
208208
ports:
209209
- 6075:6060

0 commit comments

Comments
 (0)