Add debug level env var to bootstrap dev container

This commit is contained in:
nolash 2021-10-19 19:54:59 +02:00
parent 837a1770d1
commit 9d349f1579
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ services:
environment:
DEV_DATA_DIR: ${DEV_DATA_DIR:-/tmp/cic/config}
DEV_CONFIG_RESET: $DEV_CONFIG_RESET
DEV_DEBUG_LEVEL: $DEV_DEBUG_LEVEL
RPC_PROVIDER: ${RPC_PROVIDER:-http://evm:8545}
CHAIN_SPEC: ${CHAIN_SPEC:-"evm:byzantium:8996:bloxberg"}
REDIS_HOST: ${REDIS_HOST:-redis}