config.py 72 B

1234
  1. host = "localhost"
  2. user = "postgres"
  3. password = ""
  4. db_name = "postgres"