Skip to content

Commit c871522

Browse files
authored
remove CHAIN_ENVIRONMENT env var (#707)
The goal of this PR is to remove `CHAIN_ENVIRONMENT` var from repo as it appears not being used anymore.
1 parent 34053ba commit c871522

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

deployment/swarm/docker-compose-swarm.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ x-common-environment: &common-environment
1717
IPFS_BASIC_AUTH_USER: ${IPFS_BASIC_AUTH_USER:-""}
1818
IPFS_BASIC_AUTH_SECRET: ${IPFS_BASIC_AUTH_SECRET:-""}
1919
QUEUE_HIGH_WATER: 1000
20-
CHAIN_ENVIRONMENT: 'dev'
2120
DEBUG: 'true'
2221

2322
x-content-publishing-env: &content-publishing-env

docker-compose-e2e.account.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ x-common-environment: &common-environment
1717
IPFS_BASIC_AUTH_USER: ${IPFS_BASIC_AUTH_USER:-""}
1818
IPFS_BASIC_AUTH_SECRET: ${IPFS_BASIC_AUTH_SECRET:-""}
1919
QUEUE_HIGH_WATER: 1000
20-
CHAIN_ENVIRONMENT: dev
2120
DEBUG: true
2221

2322
x-account-service-env: &account-service-env

docker-compose-published.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ x-common-environment: &common-environment
1717
IPFS_BASIC_AUTH_USER: ${IPFS_BASIC_AUTH_USER:-""}
1818
IPFS_BASIC_AUTH_SECRET: ${IPFS_BASIC_AUTH_SECRET:-""}
1919
QUEUE_HIGH_WATER: 1000
20-
CHAIN_ENVIRONMENT: dev
2120
DEBUG: true
2221

2322
x-content-publishing-env: &content-publishing-env

docker-compose.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ x-common-environment: &common-environment
1717
IPFS_BASIC_AUTH_USER: ${IPFS_BASIC_AUTH_USER:-""}
1818
IPFS_BASIC_AUTH_SECRET: ${IPFS_BASIC_AUTH_SECRET:-""}
1919
QUEUE_HIGH_WATER: 1000
20-
CHAIN_ENVIRONMENT: dev
2120
DEBUG: true
2221

2322
x-content-publishing-env: &content-publishing-env

docs/src/Run/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ The following environment variables are common to all Gateway Services. This sni
3838
IPFS_BASIC_AUTH_USER: ${IPFS_BASIC_AUTH_USER:-""}
3939
IPFS_BASIC_AUTH_SECRET: ${IPFS_BASIC_AUTH_SECRET:-""}
4040
QUEUE_HIGH_WATER: 1000
41-
CHAIN_ENVIRONMENT: 'dev'
4241
```
4342
4443
Each service requires connection to a Redis instance. The `REDIS_URL` environment variable is set to `redis://redis:6379` by default. If you are using a different Redis instance, you can set the `REDIS_URL` environment variable to the appropriate connection string.

0 commit comments

Comments
 (0)