ensl.org/.env.development
2020-04-06 05:50:30 +03:00

14 lines
No EOL
343 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
SCRYPT_MAX_TIME=0.005
# These are
RACK_ENV=development
RAILS_ENV=development
# Set this to higher to enable debugging
PUMA_TIMEOUT=300