mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
4513bc9f84
Dockerfile clean up + comments entry.sh more env vars Fix env* rbs Comment out SSL for now in nginx Doc updates
12 lines
No EOL
201 B
Text
12 lines
No EOL
201 B
Text
# This file is actually loaded by Dotenv when RAILS_ENV=development
|
|
|
|
RACK_ENV=staging
|
|
RAILS_ENV=staging
|
|
|
|
ASSETS_PRECOMPILE=1
|
|
|
|
APP_PORT=4999
|
|
APP_PORT_SSL=5000
|
|
PUMA_PORT=5000
|
|
|
|
MYSQL_DATABASE=ensl_staging |