28 lines
791 B
Plaintext
28 lines
791 B
Plaintext
# ====================================
|
|
# Frontend Configuration - DEVELOPMENT
|
|
# ====================================
|
|
|
|
# Port to expose the frontend on
|
|
FRONTEND_PORT=3000
|
|
|
|
# ====================================
|
|
# Kratos Connection URLs (Unified Stack)
|
|
# ====================================
|
|
|
|
# Browser/client-side requests go through Oathkeeper proxy
|
|
PUBLIC_KRATOS_URL=http://localhost:7200
|
|
|
|
# Server-side requests during SSR (direct to Kratos public API)
|
|
KRATOS_SERVER_URL=http://localhost:6000
|
|
|
|
# ====================================
|
|
# Origin Configuration
|
|
# ====================================
|
|
ORIGIN=http://localhost:3000
|
|
|
|
# ====================================
|
|
# Admin Configuration
|
|
# ====================================
|
|
# User ID that has admin access to the dashboard
|
|
ADMIN_USER_ID=
|