Added `messageDelivery` to collection_table.json

This commit is contained in:
ui_creeperlv 2024-03-06 18:35:40 +05:30
parent 133f68276b
commit 1c115eaa6c
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"xan.userBans", "xan.userBans",
"xan.serverBans", "xan.serverBans",
"xan.messages", "xan.messages",
"xan.messageDelivery",
"xan.networks", "xan.networks",
"xan.server_prefs" "xan.server_prefs"
] ]

View File

@ -9,7 +9,7 @@ module.exports = {
// Database Configurations // Database Configurations
// Possible Options ["mongod" , "mysqld"] // Possible Options ["mongod" , "mysqld"]
database_adapter: "mysqld", database_adapter: "mongod",
// If using MongoDB // If using MongoDB
database_uri: process.env['database_uri'] || "", database_uri: process.env['database_uri'] || "",
database_name: "xantic", database_name: "xantic",