Skip to content

Commit

Permalink
Merge pull request #38 from WadeBarnes/master
Browse files Browse the repository at this point in the history
Fix startup issues.
  • Loading branch information
WadeBarnes authored Feb 14, 2019
2 parents 3c46516 + 2969f8d commit fc9353e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ services:
- RUST_LOG=${RUST_LOG}
- GENESIS_URL=${GENESIS_URL}
- LEDGER_SEED=${LEDGER_SEED}
- MAX_FETCH=${MAX_FETCH}
- RESYNC_TIME=${RESYNC_TIME}
- MAX_FETCH=${MAX_FETCH:-50000}
- RESYNC_TIME=${RESYNC_TIME:-120}
- REGISTER_NEW_DIDS=${REGISTER_NEW_DIDS:-True}
- LEDGER_INSTANCE_NAME=${LEDGER_INSTANCE_NAME:-localhost}
- WEB_ANALYTICS_SCRIPT=${WEB_ANALYTICS_SCRIPT}
Expand Down

0 comments on commit fc9353e

Please sign in to comment.