diff --git a/settings.py b/settings.py index afbc503..7296d1c 100644 --- a/settings.py +++ b/settings.py @@ -36,7 +36,7 @@ def get_activity(activity_type: typing.Literal['gaming', 'listening', 'watching' QR_PATH = "data/qr_codes" credentials = {'host': os.environ.get("DB_HOST"), # database connection - 'port': int(os.environ.get("DB_PORT")), - 'user': "zu2", - 'password': 'Oppy987', - 'database': 'oppybot'} + 'port': 5432, + 'user': 'postgres', + 'password': 'password', + 'database': 'oppy'}