Skip to content

Commit

Permalink
restore docker env
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityamamallan committed Sep 5, 2024
1 parent 6edf5e7 commit 21c7d66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .docker_env
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
NODE_ENV=development
NEXT_PUBLIC_CADENCE_CLUSTERS_NAMES=staging_dca1a,staging_phx2a
CADENCE_GRPC_PEERS=host.docker.internal:5435,host.docker.internal:5435
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
CADENCE_WEB_PORT=8088
CADENCE_EXTERNAL_SCRIPTS=""
CADENCE_ADMIN_SECURITY_TOKEN="CadenceTeamONLY"
CADENCE_ADMIN_SECURITY_TOKEN=""
ENABLE_AUTH=false
AUTH_TYPE=""
AUTH_ADMIN_JWT_PRIVATE_KEY=""

0 comments on commit 21c7d66

Please sign in to comment.