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