host = 'localhost'
port = 5432
db_name = 'pip'
user = 'postgres'
password = 'admin'