Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. psycopg2.pool.SimpleConnectionPool (
  2. 1, 2,
  3. host = 'ip-do-server',
  4. user = 'postgres',
  5. password = 'postgres',
  6. database = 'nomebanco',
  7. port = 5432,
  8. connect_timeout = 15
  9. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement