mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-19 05:03:33 +08:00
8 lines
146 B
JavaScript
8 lines
146 B
JavaScript
/**
|
|
* The unrestriced / private interface to the database.
|
|
*/
|
|
|
|
module.exports = require('mdoq')
|
|
.require('mdoq-mongodb')
|
|
.use('localhost')
|
|
; |