1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-13 10:24:19 +00:00
overleaf/services/web/app/coffee/infrastructure/mongojs.coffee

7 lines
178 B
CoffeeScript
Raw Normal View History

2014-02-12 10:23:40 +00:00
Settings = require "settings-sharelatex"
mongojs = require "mongojs"
2017-09-19 15:16:39 +00:00
db = mongojs(Settings.mongo.url, ["projects", "users"])
2014-02-12 10:23:40 +00:00
module.exports =
db: db
ObjectId: mongojs.ObjectId