-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (22 loc) · 877 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (22 loc) · 877 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
# Shared deployment identity. Use a different value and independent secrets in each domain.
APP_MODE=personal
TRUST_DOMAIN=personal
# Hub. Production requires strong, unique values; examples are intentionally non-secret.
HUB_HOST=127.0.0.1
HUB_PORT=8787
HUB_PUBLIC_URL=http://127.0.0.1:8787
HUB_WEB_ORIGIN=http://127.0.0.1:5173
HUB_DATABASE_PATH=./data/codex-remote.db
HUB_TOKEN_SECRET=replace-with-at-least-32-random-characters
HUB_ADMIN_USERNAME=admin
HUB_ADMIN_PASSWORD=replace-with-a-strong-password
ONLINE_TTL_MS=30000
# Web. Build company and personal PWA artifacts separately.
VITE_APP_MODE=personal
VITE_HUB_URL=http://127.0.0.1:8787
# Optional when the PWA is served below a domain path, for example /codex-remote/.
VITE_BASE_PATH=/
# Agent. registryUrl and device credentials are written only by pairing.
CODEX_REMOTE_CONFIG=
CODEX_COMMAND=codex
AGENT_UPDATE_URL=