mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 04:21:36 +00:00
16 lines
290 B
Text
16 lines
290 B
Text
# This file is actually loaded by Dotenv when RAILS_ENV=development
|
|
|
|
RACK_ENV=staging
|
|
RAILS_ENV=staging
|
|
|
|
SCRYPT_MAX_TIME=0.001
|
|
|
|
ASSETS_PRECOMPILE=1
|
|
|
|
PUMA_PORT=5000
|
|
STAGING_ROOT_DOMAIN=ensl.org
|
|
STAGING_DOMAIN=www.ensl.org
|
|
STAGING_PORT=5001
|
|
STAGING_PORT_SSL=5000
|
|
|
|
MYSQL_DATABASE=ensl_staging
|