Skip to content
Snippets Groups Projects
connection_psql_EXAMPLE.py 137 B
PGHOST = 'twitter-postgres.twitter'
PGPORT = 5432
PGDATABASE = 'twitter'
PGUSER = 'my_ad_username'
PGPASSWORD = 'my-own-secret-password'