28 lines
850 B
Plaintext
28 lines
850 B
Plaintext
# ====================================
|
|
# Frontend Configuration - PRODUCTION
|
|
# ====================================
|
|
|
|
# Port to expose the frontend on
|
|
FRONTEND_PORT=3000
|
|
|
|
# ====================================
|
|
# Kratos Connection URLs (Unified Stack)
|
|
# ====================================
|
|
|
|
# Browser/client-side requests go through Oathkeeper via Caddy
|
|
PUBLIC_KRATOS_URL=https://auth.example.com
|
|
|
|
# Server-side requests during SSR (direct to Kratos public API on same VM)
|
|
KRATOS_SERVER_URL=http://localhost:6000
|
|
|
|
# ====================================
|
|
# Origin Configuration
|
|
# ====================================
|
|
ORIGIN=https://account.example.com
|
|
|
|
# ====================================
|
|
# Admin Configuration
|
|
# ====================================
|
|
# User ID that has admin access to the dashboard
|
|
ADMIN_USER_ID=00000000-0000-0000-0000-000000000000
|