summaryrefslogtreecommitdiff
path: root/src/config/database-example.js
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-05-12 16:54:06 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-05-12 16:54:06 +0100
commit453c08463bf46e568c8a5018416ad88498a73f29 (patch)
tree831ba6543b21997beb237441ad752eb8fc76a0b2 /src/config/database-example.js
parent57545c3a3eda30a1ef6ece10090a6b0fb69a29a7 (diff)
linting: source files
Diffstat (limited to 'src/config/database-example.js')
-rw-r--r--src/config/database-example.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/database-example.js b/src/config/database-example.js
index 4aa4c4d..ca7bdcc 100644
--- a/src/config/database-example.js
+++ b/src/config/database-example.js
@@ -1,3 +1,3 @@
module.exports = {
- 'url' : 'mongodb://localhost:27017/gathio' // For local MongoDB connection
+ url: "mongodb://localhost:27017/gathio", // For local MongoDB connection
};