From b9b4c2b07d8899a8925ef4051127d9db345f36a1 Mon Sep 17 00:00:00 2001 From: fauno Date: Mon, 22 Jun 2020 12:37:14 -0300 Subject: [PATCH] Variables de entorno y sus valores por defecto --- env.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 env.example diff --git a/env.example b/env.example new file mode 100644 index 0000000..97660c4 --- /dev/null +++ b/env.example @@ -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