diff options
author | Tom Parker-Shemilt <palfrey@tevp.net> | 2019-12-28 23:11:04 +0000 |
---|---|---|
committer | Tom Parker-Shemilt <palfrey@tevp.net> | 2019-12-28 23:11:04 +0000 |
commit | 4c72d7706b1294e96cbac1e80dcff7f11be74406 (patch) | |
tree | 145997dfed76fe711c6c69ea9a066db9346326b9 /config/database-docker.js | |
parent | ffb5de97b95be9781a3fb4b70d778993b8c8c1e0 (diff) |
Fix comment in Dockerised config
Diffstat (limited to 'config/database-docker.js')
-rw-r--r-- | config/database-docker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database-docker.js b/config/database-docker.js index 78a29a8..7847097 100644 --- a/config/database-docker.js +++ b/config/database-docker.js @@ -1,3 +1,3 @@ module.exports = { - 'url' : 'mongodb://mongo:27017/gathio' // For local MongoDB connection + 'url' : 'mongodb://mongo:27017/gathio' // For dockerised MongoDB connection }; |