forked from cadence-workflow/cadence-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
19 lines (16 loc) · 689 Bytes
/
.env
File metadata and controls
19 lines (16 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CADENCE_CLUSTERS_NAMES=cluster0
CADENCE_GRPC_PEERS="127.0.0.1:7833"
CADENCE_GRPC_SERVICES_NAMES=cadence-frontend
CADENCE_ADMIN_SECURITY_TOKEN=""
### Configuring CADENCE_WEB_PORT & CADENCE_WEB_HOSTNAME from .env file is currently ineffective since they must be available before the app starts
### TODO: read those values before running start/dev commands
# CADENCE_WEB_PORT=8088
# CADENCE_WEB_HOSTNAME=0.0.0.0
### Advanced
# NEXT_CONFIG_BUILD_OUTPUT=standalone
# OTEL_SDK_DISABLED=false
# CADENCE_GRPC_TLS_CA_FILE="file.pem"
### Feature flags
# CADENCE_ARCHIVAL_DEFAULT_SEARCH_ENABLED=true
# CADENCE_EXTENDED_DOMAIN_INFO_METADATA_ENABLED=true
# CADENCE_WORKFLOW_DIAGNOSTICS_ENABLED=true