OpenAuth_server/src/database.ts

3 lines
125 B
TypeScript
Raw Normal View History

2018-11-06 19:48:50 +00:00
import SafeMongo from "@hibas123/safe_mongo";
const DB = new SafeMongo("mongodb://localhost", "openauth");
export default DB;