2020-03-24 21:44:36 +00:00
|
|
|
# This file is actually loaded by Dotenv when RAILS_ENV=development
|
|
|
|
|
2020-04-05 02:58:41 +00:00
|
|
|
# Development-specific ENV variables, loaded after .env and before .env*local
|
|
|
|
# Add changes only specific to dev. env.
|
|
|
|
|
2020-04-08 19:25:24 +00:00
|
|
|
# Scrypt max time to reduce migration time
|
2020-11-17 02:15:07 +00:00
|
|
|
SCRYPT_MAX_TIME=0.0005
|
2020-04-08 19:25:24 +00:00
|
|
|
|
|
|
|
MYSQL_DATABASE=ensl_development
|
2020-04-06 02:50:30 +00:00
|
|
|
|
2020-04-05 02:58:41 +00:00
|
|
|
# These are
|
2019-09-24 19:55:34 +00:00
|
|
|
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
|
2020-11-17 02:15:07 +00:00
|
|
|
PUMA_TIMEOUT=300
|