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",