Skip to content

Commit baa76dc

Browse files
committed
remove unused env variables (#819)
1 parent a327018 commit baa76dc

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.docker_env

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
NODE_ENV=development
21
CADENCE_CLUSTERS_NAMES=cluster0
32
CADENCE_GRPC_PEERS="127.0.0.1:7833"
43
CADENCE_GRPC_SERVICES_NAMES=cadence-frontend
54
CADENCE_WEB_PORT=8088
6-
CADENCE_EXTERNAL_SCRIPTS=""
75
CADENCE_ADMIN_SECURITY_TOKEN=""
8-
ENABLE_AUTH=false
9-
AUTH_TYPE=""
10-
AUTH_ADMIN_JWT_PRIVATE_KEY=""

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Set these environment variables if you need to change their defaults
1919
| CADENCE_GRPC_SERVICES_NAMES | Comma-delimited list of gRPC services to call | cadence-frontend |
2020
| CADENCE_CLUSTERS_NAMES | Comma-delimited list of cluster names | cluster0 |
2121
| CADENCE_WEB_PORT | HTTP port to serve on | 8088 |
22-
| ENABLE_AUTH | Enable auth feature | false |
2322
| CADENCE_ADMIN_SECURITY_TOKEN | Admin token for accessing admin methods | '' |
2423

2524
Note: To connect `cadence-web` to multiple clusters, you will need to add comma-delimted entries for `CADENCE_GRPC_PEERS`, `CADENCE_GRPC_SERVICES_NAMES` & `CADENCE_CLUSTERS_NAMES` for each cluster (each cluster values are grouped by their index within the Comma-delimited lists).

0 commit comments

Comments
 (0)