Files
app-api/.env.production.example
T

17 lines
574 B
Bash
Raw Normal View History

2026-05-21 15:20:12 +08:00
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).
2026-06-04 19:39:08 +08:00
# jdbc:mysql://database-1.chmuueamo72p.eu-central-1.rds.amazonaws.com:3306/audio?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=Asia/Shanghai
# young9#!UJsD219921031
# root
2026-05-21 15:20:12 +08:00
DATABASE_PASSWORD=your-production-password
2026-06-05 20:15:30 +08:00
# S3 (uses EC2 IAM role; do not set access keys in production)
AWS_REGION=eu-central-1
S3_BUCKET=luxsin-app-bucket