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

11 lines
No EOL
302 B
Text

# This file is actually loaded by Dotenv when RAILS_ENV=development
# Development-specific ENV variables, loaded after .env and before .env*local
# Add changes only specific to dev. env.
# These are
RACK_ENV=development
RAILS_ENV=development
# Set this to higher to enable debugging
PUMA_TIMEOUT=300