blob: f6c58a6e791043d55f3e68aa8ba935478f58e71a (
plain)
1
2
3
4
5
6
7
8
|
// 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
// nationalpark is the name of my mongo database
mongoose_auth_local: 'mongodb://localhost/nationalpark',
mongoose_auth_jitsu: 'copy and paste your unique connection string uri from the nodejitsu admin'
}
|