Skip to content

Commit

Permalink
Cleanup hacking/docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Feb 10, 2023
1 parent 6e31a45 commit 034810e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hacking/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- "5000:5000"
environment:
LOG_LEVEL: "TRACE"
#SECRET_NODE_TYPE: BOOTSTRAP
SECRET_NODE_TYPE: BOOTSTRAP
SNIP20_ATTACK_DIR: ${SNIP20_ATTACK_DIR}
# NOTE: mount source code that may be changed and rebuilt in a container
volumes:
Expand Down Expand Up @@ -67,7 +67,7 @@ services:
environment:
CHAINID: "secretdev-1"
LOG_LEVEL: "TRACE"
#SECRET_NODE_TYPE: NODE
SECRET_NODE_TYPE: NODE
SNIP20_ATTACK_DIR: ${SNIP20_ATTACK_DIR}
# NOTE: mount source code that may be changed and rebuilt in a container
volumes:
Expand Down

0 comments on commit 034810e

Please sign in to comment.