mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-04 15:15:43 +00:00
🔊 fix log
This commit is contained in:
@@ -13,7 +13,7 @@ const connection = mongoose.createConnection(uri, {
|
||||
useUnifiedTopology: true,
|
||||
useFindAndModify: false,
|
||||
});
|
||||
console.log(`[DB] connect: mongodb://${url.username}@${url.host}${url.pathname}${url.search}`);
|
||||
console.log(`[Database] connect: mongodb://${url.username}@${url.host}${url.pathname}${url.search}`);
|
||||
|
||||
export default <Connection>connection;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user