Guest User

Untitled

a guest
Mar 23rd, 2019
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # Database Defs
  2. DB_USER='root'
  3. DB_PASS='toor'
  4. DB_HOST='brokmariadb'
  5. DB_PORT='3306'
  6. DB_NAME='brokerage'
  7.  
  8. # PORT DEFS
  9. API_PORT=9000
  10.  
  11. JWT_SECRET='super_secret'
  12. MAIL_API_KEY='mailkey'
  13. MAIL_API_SECRET='mailsecret'
  14. SITE_URL='http://localhost'
  15.  
  16. REDIS_URL=brokredis
  17. REDIS_PORT=6379
  18.  
  19. FROM_EMAIL_ADDRESS='info@graaf.one'
  20. TESTING='y'
  21. PRICE_MARGIN='0.0225'
Add Comment
Please, Sign In to add comment