This commit is contained in:
MeowcaTheoRange 2023-07-13 14:34:34 -05:00
parent 2864193fd9
commit e1a86bd50b

View file

@ -4,4 +4,4 @@ if (process.env.MONGODB_DATABASE == null) process.exit();
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);