2020-04-02 22:52:58 +00:00
|
|
|
# This file is actually loaded by Dotenv when RAILS_ENV=development
|
|
|
|
|
2020-04-05 02:58:41 +00:00
|
|
|
RACK_ENV=staging
|
|
|
|
RAILS_ENV=staging
|
2020-04-02 22:52:58 +00:00
|
|
|
|
2020-04-08 19:25:24 +00:00
|
|
|
SCRYPT_MAX_TIME=0.001
|
|
|
|
|
2020-04-06 00:31:05 +00:00
|
|
|
ASSETS_PRECOMPILE=1
|
|
|
|
|
2020-04-05 02:58:41 +00:00
|
|
|
PUMA_PORT=5000
|
2020-05-09 21:12:51 +00:00
|
|
|
|
2020-10-31 01:35:40 +00:00
|
|
|
STAGING_PUMA_PORT=5000
|
2020-04-08 19:25:24 +00:00
|
|
|
STAGING_ROOT_DOMAIN=ensl.org
|
|
|
|
STAGING_DOMAIN=www.ensl.org
|
|
|
|
STAGING_PORT=5001
|
|
|
|
STAGING_PORT_SSL=5000
|
2020-05-09 21:12:51 +00:00
|
|
|
STAGING_NGINX_PATH=/var/staging
|
2020-04-02 22:52:58 +00:00
|
|
|
|
2020-04-09 00:36:19 +00:00
|
|
|
MYSQL_DATABASE=ensl_staging
|