Skip to content

Commit

Permalink
Remove secret infura api key (#84)
Browse files Browse the repository at this point in the history
* Remove secret infura api key

* Remove secret infura api key #2
  • Loading branch information
alexblockfactory authored Feb 19, 2020
1 parent c9a6c17 commit 029c4ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ services:
restart: unless-stopped
environment:
PROXEUS_INSTANCE_URL: "${PROXEUS_PLATFORM_DOMAIN:-http://xes-platform:1323}"
PROXEUS_ETH_CLIENT_URL: "${PROXEUS_ETH_CLIENT_URL:-https://ropsten.infura.io/v3/}"
PROXEUS_INFURA_API_KEY: ${PROXEUS_INFURA_API_KEY}
SERVICE_SECRET: secret
SERVICE_PORT: 8012
SERVICE_URL: "${SERVICE_DOMAIN:-http://node-balance-retriever:8012}"
Expand Down

0 comments on commit 029c4ba

Please sign in to comment.