mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-13 00:24:17 +00:00
bfeb8dc5df
App it not thread safe, disable threads.
27 lines
518 B
Text
27 lines
518 B
Text
# This file is actually loaded by Dotenv when RAILS_ENV=development
|
|
|
|
RACK_ENV=production
|
|
RAILS_ENV=production
|
|
|
|
ASSETS_PRECOMPILE=1
|
|
|
|
SCRYPT_MAX_TIME=0.001
|
|
|
|
# FIXME Disable workers + cluster mode for now. They break start up.
|
|
PUMA_WORKERS=8
|
|
PUMA_MIN_THREADS=1
|
|
PUMA_MAX_THREADS=1
|
|
PUMA_TIMEOUT=30
|
|
|
|
PRODUCTION_PUMA_PORT=4000
|
|
PRODUCTION_ROOT_DOMAIN=ensl.org
|
|
PRODUCTION_DOMAIN=www.ensl.org
|
|
PRODUCTION_PORT=80
|
|
PRODUCTION_PORT_SSL=443
|
|
|
|
MYSQL_DATABASE=ensl
|
|
MYSQL_CONNECTION_POOL=48
|
|
|
|
APP_DOMAIN=ensl.org
|
|
|
|
GOOGLE_CALENDAR=enabled
|