mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 04:21:36 +00:00
a081db3ba0
Gracefully fix nil team value
16 lines
403 B
Text
16 lines
403 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.
|
|
|
|
# Scrypt max time to reduce migration time
|
|
SCRYPT_MAX_TIME=0.0005
|
|
|
|
MYSQL_DATABASE=ensl_development
|
|
|
|
# These are
|
|
RACK_ENV=development
|
|
RAILS_ENV=development
|
|
|
|
# Set this to higher to enable debugging
|
|
PUMA_TIMEOUT=300
|