diff options
Diffstat (limited to 'config/database-example.js')
-rw-r--r-- | config/database-example.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/database-example.js b/config/database-example.js deleted file mode 100644 index 4aa4c4d..0000000 --- a/config/database-example.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - 'url' : 'mongodb://localhost:27017/gathio' // For local MongoDB connection -}; |