Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ### config.py ###
  2.  
  3. # Scheme: "postgres+psycopg2://<USERNAME>:<PASSWORD>@<IP_ADDRESS>:<PORT>/<DATABASE_NAME>"
  4.  
  5. DB_URI = 'postgres+psycopg2://test:secret@localhost:5432/persons'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement