ensl.org/.env.development

17 lines
403 B
Text
Raw Normal View History

2020-03-24 21:44:36 +00:00
# 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.
# Scrypt max time to reduce migration time
SCRYPT_MAX_TIME=0.0005
MYSQL_DATABASE=ensl_development
# These are
RACK_ENV=development
RAILS_ENV=development
2020-03-22 12:50:42 +00:00
2020-03-23 02:10:31 +00:00
# Set this to higher to enable debugging
PUMA_TIMEOUT=300