Skip to content

Commit

Permalink
plugeth fix - forward CERC_RUN_STATEDIFF
Browse files Browse the repository at this point in the history
  • Loading branch information
roysc committed Sep 20, 2023
1 parent 2425aa8 commit 4dc4244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/compose/docker-compose-fixturenet-plugeth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- SYS_PTRACE
environment:
CERC_REMOTE_DEBUG: ${CERC_REMOTE_DEBUG:-true}
CERC_RUN_STATEDIFF: "detect"
CERC_RUN_STATEDIFF: ${CERC_RUN_STATEDIFF:-detect}
CERC_STATEDIFF_DB_NODE_ID: 1
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
env_file:
Expand Down

0 comments on commit 4dc4244

Please sign in to comment.