Skip to content

Commit 6917db9

Browse files
committed
remove random af enviroment variables
1 parent ebf92ae commit 6917db9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docker-compose.yml

-7
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,3 @@ services:
1414
entrypoint: /bin/bash
1515
stdin_open: true
1616
tty: true
17-
environment:
18-
# NB: default values (they're blank here) — if you don't use the ${VAR:-default} syntax, Docker will be blaming about env vars not set..
19-
- API_KEY="${API_KEY:-}"
20-
- SECRET="${SECRET:-}"
21-
- WALLET_ADDRESS="${WALLET_ADDRESS:-}"
22-
- PRIVATE_KEY="${PRIVATE_KEY:-}"
23-

0 commit comments

Comments
 (0)