From 04413a3c6ac664005541ba4dd8064a8902ce0039 Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Sat, 24 Jun 2023 22:30:18 +0500 Subject: [PATCH] Update config.json for mongodb --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 6971d41..fb89592 100644 --- a/config.json +++ b/config.json @@ -1,3 +1,3 @@ { - "DB_PATH": "keys.db" -} \ No newline at end of file + "MONGO_URI": "" +}