Skip to content

Commit

Permalink
remove random af enviroment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
frosty00 committed Feb 14, 2019
1 parent ebf92ae commit 6917db9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker-compose.yml
Expand Up @@ -14,10 +14,3 @@ services:
entrypoint: /bin/bash
stdin_open: true
tty: true
environment:
# 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..
- API_KEY="${API_KEY:-}"
- SECRET="${SECRET:-}"
- WALLET_ADDRESS="${WALLET_ADDRESS:-}"
- PRIVATE_KEY="${PRIVATE_KEY:-}"

0 comments on commit 6917db9

Please sign in to comment.