blob: 059adea20ced9ee199b4ec233fca82dd070c05a9 (
plain)
1
2
3
4
5
6
|
// Don't commit this file to your public repos
exports.creds = {
// Your mongo auth uri goes here
// e.g. mongodb://username:server@mongoserver:10059/somecollection
mongoose_auth: ''
}
|