From 1c115eaa6c2da3355d2d08928d3ec5736117a509 Mon Sep 17 00:00:00 2001 From: ui_creeperlv Date: Wed, 6 Mar 2024 18:35:40 +0530 Subject: [PATCH] Added `messageDelivery` to collection_table.json --- database/collection_tables.json | 1 + src/config/prod.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/database/collection_tables.json b/database/collection_tables.json index b4a05c6..dc7736f 100644 --- a/database/collection_tables.json +++ b/database/collection_tables.json @@ -3,6 +3,7 @@ "xan.userBans", "xan.serverBans", "xan.messages", + "xan.messageDelivery", "xan.networks", "xan.server_prefs" ] diff --git a/src/config/prod.js b/src/config/prod.js index 4cf66b5..a2b88c8 100644 --- a/src/config/prod.js +++ b/src/config/prod.js @@ -9,7 +9,7 @@ module.exports = { // Database Configurations // Possible Options ["mongod" , "mysqld"] - database_adapter: "mysqld", + database_adapter: "mongod", // If using MongoDB database_uri: process.env['database_uri'] || "", database_name: "xantic",