Guest User

Untitled

a guest
Jul 26th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. POSTGRES_USERNAME=postgres
  2. POSTGRES_PASSWORD=better_generate_your_password
  3. POSTGRES_HOST=postgres
  4. POSTGRES_DATABASE=survey_calculator_production
  5. POSTGRES_PORT=5432
  6.  
  7. REDIS_URL=redis://redis:6379/0
  8. # Copy-pasted the output of "rails secret" just for you ;)
  9. SECRET_KEY_BASE=efbf608f2d6a8b39c78f699ffbd974a691f0518888c10f90791915aff006364329c4dfad4a2cd1e07c511bc4c01bee37e3236187416aebe6c759cb64b4830c2f
  10. WEB_CONCURRENCY=4
  11. LOG_LEVEL=error
Add Comment
Please, Sign In to add comment