22 lines
506 B
Bash
22 lines
506 B
Bash
LIVEKIT_API_KEY=devkey
|
|
LIVEKIT_API_SECRET=devsecretdevsecretdevsecretdevsecret
|
|
|
|
PUBLIC_LIVEKIT_URL=ws://localhost:7880
|
|
PUBLIC_API_URL=http://localhost:8080
|
|
PUBLIC_WEB_URL=http://localhost:3000
|
|
|
|
TLS_WEB_PORT=3443
|
|
TLS_API_PORT=8443
|
|
TLS_LIVEKIT_PORT=7443
|
|
|
|
SESSION_SECRET=change-me-to-a-long-random-string
|
|
SESSION_TTL_HOURS=12
|
|
|
|
BOOTSTRAP_ADMIN_EMAIL=admin@pistation.local
|
|
BOOTSTRAP_ADMIN_PASSWORD=changeme
|
|
|
|
PIN_ROTATION_SECONDS=45
|
|
PIN_GRACE_SECONDS=15
|
|
|
|
CORS_ORIGINS=http://localhost:3000,http://localhost:5173
|