From 37f954d3ea4cd40f57d5f365b7f8e22cd71bc945 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 28 Jun 2021 16:34:50 -0500 Subject: [PATCH] Remove generic db info (fields are now blank) --- config/database.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/database.json b/config/database.json index f9254379..dd077d6d 100644 --- a/config/database.json +++ b/config/database.json @@ -1,8 +1,8 @@ { "host": "localhost", - "user": "root", + "user": "", "pass": "", - "name": "gtac_roleplay", + "name": "", "port": 3306, "usePersistentConnection": true } \ No newline at end of file