ensl.org/.env.staging
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

10 lines
No EOL
180 B
Text

# This file is actually loaded by Dotenv when RAILS_ENV=development
RACK_ENV=staging
RAILS_ENV=staging
APP_PORT=4999
APP_PORT_SSL=5000
PUMA_PORT=5000
MYSQL_DATABASE=ensl_staging