13 lines
458 B
Bash
13 lines
458 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).
|
|
# 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
|
|
|
|
DATABASE_PASSWORD=your-production-password
|