Skip to content

Commit

Permalink
chore: add some environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-HuyLe3a committed Dec 15, 2023
1 parent 8d120cb commit db562d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion application/src/main/resources/config/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spring:
# prefix: "explorer-consumer-local"
logging:
level:
org.cardanofoundation: ${LOG:TRACE}
org.cardanofoundation: ${LOG:INFO}

blocks:
batch-size: ${BLOCKS_BATCH_SIZE:100}
Expand All @@ -79,3 +79,9 @@ store:
cardano:
byron-genesis-file: classpath:networks/${NETWORK}/byron-genesis.json
shelley-genesis-file: classpath:networks/${NETWORK}/shelley-genesis.json
ledger-sync:
scheduler:
pool-offline-data:
fixed-delay: ${POOL_OFFLINE_DATA_FIXED_DELAY:172800}
initial-delay: ${POOL_OFFLINE_DATA_INIT_DELAY:20000}
enabled: ${SCHEDULER_ENABLED:true}

0 comments on commit db562d0

Please sign in to comment.