2020-03-24 21:44:36 +00:00
|
|
|
# This file is actually loaded by Dotenv when RAILS_ENV=development
|
|
|
|
|
2019-09-24 19:55:34 +00:00
|
|
|
RACK_ENV=development
|
|
|
|
RAILS_ENV=development
|
2020-03-22 12:50:42 +00:00
|
|
|
|
2019-09-24 19:55:34 +00:00
|
|
|
APP_SECRET=fe837ea72667ec3d8ecb94cfba1a1bba
|
|
|
|
|
|
|
|
DEPLOY_PATH=/var/www
|
|
|
|
|
2020-03-23 23:50:45 +00:00
|
|
|
PUMA_WORKERS=5
|
2019-09-24 19:55:34 +00:00
|
|
|
PUMA_MIN_THREADS=1
|
|
|
|
PUMA_MAX_THREADS=16
|
|
|
|
PUMA_PORT=4000
|
2020-03-23 02:10:31 +00:00
|
|
|
|
|
|
|
# Set this to higher to enable debugging
|
|
|
|
PUMA_TIMEOUT=300
|
2019-09-24 19:55:34 +00:00
|
|
|
|
|
|
|
MYSQL_HOST=db
|
|
|
|
MYSQL_DATABASE=ensl
|
|
|
|
MYSQL_USERNAME=ensl
|
|
|
|
MYSQL_PASSWORD=ensl
|
|
|
|
MYSQL_ROOT_PASSWORD=ensl
|
2020-03-25 02:30:37 +00:00
|
|
|
MYSQL_CONNECTION_POOL=32
|
2019-09-24 19:55:34 +00:00
|
|
|
|
|
|
|
NEW_RELIC_APP_NAME=ENSL
|
|
|
|
NEW_RELIC_LICENSE_KEY=
|
|
|
|
|
|
|
|
GOOGLE_API_KEY=
|
|
|
|
GOOGLE_CALENDAR_ID=
|
2020-03-25 23:33:23 +00:00
|
|
|
GOOGLE_CALENDAR=enabled
|