From 2049c5ca3829349f05827816def43f4b1a2135fe Mon Sep 17 00:00:00 2001 From: Li Date: Sun, 31 Jul 2022 15:25:00 +1200 Subject: [PATCH] Update dreamtown_config.py --- DreamTown/cgi-bin/dreamtown_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DreamTown/cgi-bin/dreamtown_config.py b/DreamTown/cgi-bin/dreamtown_config.py index 184e987..116383e 100644 --- a/DreamTown/cgi-bin/dreamtown_config.py +++ b/DreamTown/cgi-bin/dreamtown_config.py @@ -17,7 +17,7 @@ ANSWER_INCORRECT = 5 def DbConnect(): return mariadb.connect( user="root", - password="ac63a6211f1f33656865d300bed172ec", + password="DB_CREDENTIALS", host="127.0.0.1", port=3306, database="dreamtown" @@ -201,4 +201,4 @@ db.close() - \ No newline at end of file +