Guest User

Untitled

a guest
Feb 9th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. export DJANGO_SECRET_KEY='top_secret'
  2. export DJANGO_POSTGRE_PASS='ubuntu'
  3. export DJANGO_POSTGRE_USER='ubuntu'
  4. export DJANGO_POSTGRE_DB_NAME='djangoandroid'
  5. export DJANGO_POSTGRE_HOST='localhost'
  6. export DJANGO_POSTGRE_PORT='5432'
  7. export DJANGO_DEBUG='True'
Add Comment
Please, Sign In to add comment