From c7e492b70f0e7c758cc28eec5f9749399e4cb8ac Mon Sep 17 00:00:00 2001 From: piair338 <74496300+piair338@users.noreply.github.com> Date: Tue, 24 May 2022 18:23:09 +0200 Subject: [PATCH] Rename and edit database config --- config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config b/config index 42e446f..aaeedfe 100644 --- a/config +++ b/config @@ -21,8 +21,9 @@ url = Null port = 0 [DATABASE] + enabled = False -url = Null -port = 0 -user = root -password = password \ No newline at end of file +host = Null +database = MsRewards +usr = root +pwd = password