mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-28 14:51:40 +00:00
Add default ENV for prod.
This commit is contained in:
parent
a05b202fe2
commit
333de3854b
1 changed files with 20 additions and 0 deletions
20
.env.production
Normal file
20
.env.production
Normal file
|
@ -0,0 +1,20 @@
|
|||
# This file is actually loaded by Dotenv when RAILS_ENV=development
|
||||
|
||||
RACK_ENV=production
|
||||
RAILS_ENV=production
|
||||
|
||||
DEPLOY_PATH=/var/www
|
||||
|
||||
# FIXME Disable workers + cluster mode for now.
|
||||
PUMA_WORKERS=0
|
||||
PUMA_MIN_THREADS=1
|
||||
PUMA_MAX_THREADS=32
|
||||
PUMA_PORT=4000
|
||||
PUMA_TIMEOUT=30
|
||||
|
||||
MYSQL_HOST=db
|
||||
MYSQL_DATABASE=ensl
|
||||
MYSQL_USERNAME=ensl
|
||||
MYSQL_CONNECTION_POOL=48
|
||||
|
||||
GOOGLE_CALENDAR=enabled
|
Loading…
Reference in a new issue