From 6b42ce719521214fa220106aa99322fdb50e6b96 Mon Sep 17 00:00:00 2001 From: _lightninq <82113835+lightninq720@users.noreply.github.com> Date: Mon, 28 Aug 2023 18:51:40 +0100 Subject: [PATCH] Update dbconstants.py --- utils/dbconstants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/dbconstants.py b/utils/dbconstants.py index 55b8964..9e19c5f 100644 --- a/utils/dbconstants.py +++ b/utils/dbconstants.py @@ -1,4 +1,4 @@ DBUSER = "testee" DBPASS = "testee" DBNAME = "testee" -DBENDPOINT = "test" \ No newline at end of file +DBENDPOINT = "testee" \ No newline at end of file