credentials.py 156 B

123
  1. def getCredentials():
  2. """ Return credentials for the database """
  3. return "host=localhost dbname=logistics user=postgres password=postgres_password"