made minor fixes
diff --git a/src/config/main.d.ts b/src/config/main.d.ts
index be6a253..6549234 100644
--- a/src/config/main.d.ts
+++ b/src/config/main.d.ts
@@ -10,7 +10,12 @@
     messageContextFolder: string,
     userContextFolder: string,
     verifySecret: string,
-    mongoUrl: string,
+    mongoOptions: {
+        username: string,
+        password: string,
+        database: string,
+        host: string,
+    },
     baseUrl: string,
     pastebinApiKey: string,
     pastebinUsername: string,