#Gets exported to hw1.py
DB_HOST = "localhost"
DB_PORT = "5432"
DB_NAME = "postgres"
DB_USER = "teamXX"
DB_PASSWORD = "YOUR_SSH_PASSWORD"
