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