-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.prod.example
More file actions
36 lines (30 loc) · 953 Bytes
/
.env.prod.example
File metadata and controls
36 lines (30 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copy to .env.prod and adjust for your host.
# Exposed host ports
POSTGRES_PORT=54339
CONTROL_API_PORT=8795
OPS_PORT=8792
GUIDE_PORT=5173
MINIO_API_PORT=9000
MINIO_CONSOLE_PORT=9001
NODE_RUNTIME_GUIDE_PORT=8080
NODE_RUNTIME_API_PORT=8787
# Postgres
POSTGRES_USER=chiba
POSTGRES_PASSWORD=change-me
POSTGRES_DB=chiba3
# MinIO / S3 compatible object storage
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=change-me
CHIBA3_S3_BUCKET=chiba-controller
# Control-plane behavior
CHIBA3_NAMESPACE=prod
CHIBA3_REGISTRY_ID=prod
EDEN_API_KEY=
# URLs used in generated launch/preview links. Set these to externally reachable hosts.
CHIBA3_GUIDE_BASE_URL=http://10.10.13.9:5173
CHIBA3_S3_PUBLIC_BASE_URL=http://10.10.13.9:9000
CHIBA3_REMOTE_URL=
CHIBA3_BOOTSTRAP_NODE_CONTROL_API_URL=http://chiba.mars.college:8795
CHIBA3_BOOTSTRAP_GUIDE_BASE_URL=http://10.10.13.9:5173
# Optional node-runtime profile settings (if --with-node is used)
CHIBA3_NODE_ID=pi-local