Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. DEBUG=True
  2. SECRET_KEY='trytobeperfectexploitingin^&)(spi5rati63546754^%^Y&)(%$%oninspirespunishment5646'
  3.  
  4. DATABASE_NAME=circle
  5. DATABASE_USER=postgres
  6. DATABASE_PASSWORD='password'
  7. DATABASE_HOST=localhost
  8. DATABASE_PORT=
  9.  
  10. ALLOWED_HOSTS=*,localhost,127.0.0.1
  11.  
  12. MIDDLEWARE_BASE_URL='http://18.136.103.128'
  13.  
  14. # Dev server
  15. # NOTIFICATION_SERVICE_BASE_URL='http://54.251.168.123'
  16.  
  17. # Local server
  18. NOTIFICATION_SERVICE_BASE_URL='http://192.168.1.208:8000'
  19.  
  20. #NOTIFICATION_SERVICE_BASE_URL='https://staging-notification.paywithconnect.com'
  21. # NOTIFICATION_SERVICE_BASE_URL='https://notification.paywithconnect.com'
  22.  
  23. AD_URL='http://52.221.199.153/'
  24.  
  25.  
  26. PRE_AUTH_BASE_URL='http://13.229.115.22:8989'
  27. PRE_AUTH_USER='admin'
  28. PRE_AUTH_PASSWORD='admin1234'
  29.  
  30. REFERRAL_PORTAL_BASE_URL='http://192.168.1.69:8000'
  31. REFERRAL_USERNAME=admin
  32. REFERRAL_PASSWORD=nothing1234
  33.  
  34. CELERY_BROKER_URL='redis://localhost:6379'
  35. CELERY_RESULT_BACKEND='redis://localhost:6379'
  36.  
  37. JWT_EXPIRATION_DELTA=360000
  38.  
  39. STL_ACCOUNT_IDENTIFIER=0101-0315000154
  40.  
  41. TOP_SERVER_IP_ADDRESS=127.0.0.1
  42. MIDDLEWARE_SERVER_IP_ADDRESS=192.168.1.208
  43.  
  44. QR_BAR_CODE_STORAGE_LOCATION=dev
  45.  
  46. CARD_SERVICE_BASE_URL='http://192.168.1.162:6000'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement