ensl.org/.env.production
Ari Timonen 75b33e760a Move back to docker-compose + fix env vars
Fix env vars. Rely on inheritance.
Add a script to load env vars as above.
Fix staging env
Add nginx conf and SSL directory
Reorganize .gitignore
Use multi-staged docker-compose + dockerfile
Substitute env vars for static values
2020-04-05 05:58:41 +03:00

18 lines
No EOL
335 B
Text

# This file is actually loaded by Dotenv when RAILS_ENV=development
RACK_ENV=production
RAILS_ENV=production
# FIXME Disable workers + cluster mode for now.
PUMA_WORKERS=0
PUMA_MIN_THREADS=1
PUMA_MAX_THREADS=32
PUMA_PORT=4000
PUMA_TIMEOUT=30
MYSQL_DATABASE=ensl
MYSQL_CONNECTION_POOL=48
APP_DOMAIN=ensl.org
GOOGLE_CALENDAR=enabled