-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
35 lines (31 loc) · 859 Bytes
/
.env.example
File metadata and controls
35 lines (31 loc) · 859 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
# Local one-command stack (frontend + FastAPI + anchor)
LOCAL_BACKEND_PORT=8080
LOCAL_FRONTEND_PORT=5173
# Anchor
SELF_HOST_PROVIDER=
DENO_DEPLOY_PROJECT=
DENO_DEPLOY_TOKEN=
DENO_WEB_JWT_SECRET=
DENO_ANCHOR_JWT_SECRET=
ANCHOR_PORT=8788
ANCHOR_ORBIT_URL=ws://localhost:8080/ws/anchor
AUTH_URL=http://localhost:8080
ANCHOR_JWT_TTL_SEC=300
ANCHOR_APP_CWD=
# FastAPI control-plane
AUTH_MODE=basic
CODEX_REMOTE_WEB_JWT_SECRET=dev-web-secret-change-me
CORS_ORIGINS=http://localhost:5173
DEVICE_VERIFICATION_URL=http://localhost:5173/device
ACCESS_TTL_SEC=3600
REFRESH_TTL_SEC=604800
DEVICE_CODE_TTL_SEC=600
DEVICE_CODE_POLL_INTERVAL_SEC=5
ANCHOR_ACCESS_TTL_SEC=86400
ANCHOR_REFRESH_TTL_SEC=2592000
# Passkey mode (optional)
PASSKEY_ORIGIN=
PASSKEY_RP_ID=
CHALLENGE_TTL_SEC=300
# Optional: custom credentials location for anchor
# CODEX_REMOTE_CREDENTIALS_FILE=