Variables de entorno y sus valores por defecto

This commit is contained in:
fauno 2020-06-22 12:37:14 -03:00
parent 5b46d97070
commit b9b4c2b07d

9
env.example Normal file
View file

@ -0,0 +1,9 @@
REDIS_URL="redis://localhost:6379/1"
RAILS_MAX_THREADS=5
PORT=3000
RAILS_ENV="development"
WEB_CONCURRENCY=2
API_HOST="api.lumi.partidopirata.com.ar"
RAILS_MASTER_KEY=
RAILS_SERVE_STATIC_FILES=true
RAILS_LOG_TO_STDOUT=true