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 baa1806 commit 3e640ab
Show file tree
Hide file tree
Showing 84 changed files with 4 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
2 changes: 2 additions & 0 deletions docker-compose.yml-e
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes

0 comments on commit 3e640ab

Please sign in to comment.