Advertisement
Guest User

Untitled

a guest
Jun 13th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. IN_DEV=1
  2. DEBUG=1
  3. # DB settings
  4. DBASE_NAME=union_db
  5. DBASE_USER=union
  6. DBASE_PASSWORD=union
  7. # for our auth client
  8. REDIRECT_URI=http://127.0.0.1:8000
  9. DJANGO_SETTINGS_MODULE=union.settings
  10. # for S3 access
  11. USE_S3=1
  12. AWS_ACCESS_KEY_ID=AKIAJUBX4K2SHFNHYVMQ
  13. AWS_SECRET_ACCESS_KEY=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
  14. AWS_STORAGE_BUCKET_NAME=scriptupload
  15. AWS_S3_SECURE_URLS=True
  16. # connect to QAC -- Delete if using FTR
  17. IDP_HOST=accounts.qac.core.smartbear.com
  18. ALERTSITE_BACKEND=https://mon.qac.core.smartbear.com
  19. EMAIL_HOST=mailtrap.io
  20. EMAIL_HOST_USER=29685bf93837ac6e3
  21. EMAIL_HOST_PASSWORD=3cb3297ce5e9af
  22. EMAIL_PORT=465
  23. AUTH_CLIENT_ID=3b9ec06797d24d73b4ca300ffca6e814
  24. AUTH_CLIENT_SECRET=b5773634e078427c9b2fda8ee00e7efc
  25. GROUP_UI = 'new'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement