9 lines
254 B
Bash
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
|