We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836c2ca commit 9b11b4fCopy full SHA for 9b11b4f
.docker_env
@@ -1,10 +1,10 @@
1
NODE_ENV=development
2
-NEXT_PUBLIC_CADENCE_CLUSTERS_NAMES=staging_dca1a,staging_phx2a
3
-CADENCE_GRPC_PEERS=host.docker.internal:5435,host.docker.internal:5435
4
-NEXT_PUBLIC_CADENCE_GRPC_SERVICES_NAMES=cadence-frontend-staging,cadence-frontend-staging
+NEXT_PUBLIC_CADENCE_CLUSTERS_NAMES=default
+CADENCE_GRPC_PEERS="127.0.0.1:7833"
+NEXT_PUBLIC_CADENCE_GRPC_SERVICES_NAMES=cadence-frontend
5
CADENCE_WEB_PORT=8088
6
CADENCE_EXTERNAL_SCRIPTS=""
7
-CADENCE_ADMIN_SECURITY_TOKEN="CadenceTeamONLY"
+CADENCE_ADMIN_SECURITY_TOKEN=""
8
ENABLE_AUTH=false
9
AUTH_TYPE=""
10
AUTH_ADMIN_JWT_PRIVATE_KEY=""
0 commit comments