diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2023-05-12 16:54:06 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-05-12 16:54:06 +0100 |
commit | 453c08463bf46e568c8a5018416ad88498a73f29 (patch) | |
tree | 831ba6543b21997beb237441ad752eb8fc76a0b2 /src/config/database-docker.js | |
parent | 57545c3a3eda30a1ef6ece10090a6b0fb69a29a7 (diff) |
linting: source files
Diffstat (limited to 'src/config/database-docker.js')
-rw-r--r-- | src/config/database-docker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/database-docker.js b/src/config/database-docker.js index 7847097..96c987d 100644 --- a/src/config/database-docker.js +++ b/src/config/database-docker.js @@ -1,3 +1,3 @@ module.exports = { - 'url' : 'mongodb://mongo:27017/gathio' // For dockerised MongoDB connection + url: "mongodb://mongo:27017/gathio", // For dockerised MongoDB connection }; |