Added `messageDelivery` to collection_table.json
This commit is contained in:
parent
133f68276b
commit
1c115eaa6c
|
@ -3,6 +3,7 @@
|
|||
"xan.userBans",
|
||||
"xan.serverBans",
|
||||
"xan.messages",
|
||||
"xan.messageDelivery",
|
||||
"xan.networks",
|
||||
"xan.server_prefs"
|
||||
]
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue