Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WasinUddy authored Dec 23, 2023
1 parent 66aadf5 commit 85bbf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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
credentials = {'host': "database.discord-bot", # database connection
'port': 5432,
'user': 'postgres',
'password': 'password',
Expand Down

0 comments on commit 85bbf88

Please sign in to comment.