Skip to content

Commit

Permalink
changed port var to const value
Browse files Browse the repository at this point in the history
  • Loading branch information
GDcheeriosYT committed Jul 19, 2024
1 parent 9da3f40 commit e732b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client_Credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
db_user = os.environ['DB_USER']
db_password = os.environ['DB_PASSWORD']
db_hostname = os.environ['DB_HOSTNAME']
db_port = os.environ['DB_PORT']
db_port = 5432
db = os.environ['DB']

# osu
Expand Down

0 comments on commit e732b9c

Please sign in to comment.