platform-codebase/features/platform-admin/backend-api/.env.example

27 lines
613 B
Text
Executable file

# Platform Admin Backend API Environment Variables
# Server Configuration
PORT=3011
NODE_ENV=development
# Database Configuration
DB_HOST=localhost
DB_PORT=25435
DB_USERNAME=lilith
DB_PASSWORD=lilith
DB_DATABASE=platform_admin
DB_SYNCHRONIZE=false
DB_LOGGING=false
DB_MIGRATIONS_RUN=false
# External Service URLs
LANDING_API_URL=http://localhost:3010
# SSO Service URL
# Default: https://next.sso.atlilith.com (staging)
# Local development: http://localhost:4001
# Production: https://sso.atlilith.com
SSO_URL=https://next.sso.atlilith.com
# Authentication (JWT secret, etc.)
JWT_SECRET=your-secret-key-here