Files
app-api/.env.production.example
T
2026-05-21 15:20:12 +08:00

9 lines
254 B
Bash

APP_ENV=production
APP_HOST=0.0.0.0
APP_PORT=8080
GIN_MODE=release
# Production uses built-in RDS host when DATABASE_HOST is unset.
# Password must be set via environment variable (never commit real password).
DATABASE_PASSWORD=your-production-password