summaryrefslogtreecommitdiffstats
path: root/examples/nodejs-mongodb-mongoose-restify/config-sample.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nodejs-mongodb-mongoose-restify/config-sample.js')
-rw-r--r--examples/nodejs-mongodb-mongoose-restify/config-sample.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/nodejs-mongodb-mongoose-restify/config-sample.js b/examples/nodejs-mongodb-mongoose-restify/config-sample.js
deleted file mode 100644
index 059adea..0000000
--- a/examples/nodejs-mongodb-mongoose-restify/config-sample.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// 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: ''
-}