hold on
This commit is contained in:
parent
2864193fd9
commit
e1a86bd50b
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ if (process.env.MONGODB_DATABASE == null) process.exit();
|
||||||
|
|
||||||
export const client = new MongoClient(process.env.MONGODB_DATABASE, {});
|
export const client = new MongoClient(process.env.MONGODB_DATABASE, {});
|
||||||
|
|
||||||
export const mainDB = client.db("trollcall_test");
|
export const mainDB = client.db(process.env.MONGODB_DATABASE_NAME);
|
||||||
|
|
Loading…
Reference in a new issue