Advertisement
Guest User

Untitled

a guest
Apr 19th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Application Environment Variables
  2.  
  3. # Flask
  4. DEBUG=True
  5. SECRET_KEY=ChangeMeBeforeGoingLive!
  6.  
  7. # Postgres
  8. DB_NAME=postgres
  9. DB_USER=postgres
  10. DB_PASS=postgres
  11. DB_SERVICE=postgres
  12. DB_PORT=5432
  13.  
  14. # RabbitMQ
  15. RABBITMQ_DEFAULT_USER=peter
  16. RABBITMQ_DEFAULT_PASS=cottontail
  17.  
  18. MQ_SERVICE=rabbitmq
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement