ensl.org/.env.development

30 lines
541 B
Text
Raw Normal View History

2020-03-24 21:44:36 +00:00
# This file is actually loaded by Dotenv when RAILS_ENV=development
RACK_ENV=development
RAILS_ENV=development
2020-03-22 12:50:42 +00:00
APP_SECRET=fe837ea72667ec3d8ecb94cfba1a1bba
DEPLOY_PATH=/var/www
2020-03-26 00:34:05 +00:00
PUMA_WORKERS=0
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
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
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