From 4c72d7706b1294e96cbac1e80dcff7f11be74406 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sat, 28 Dec 2019 23:11:04 +0000 Subject: Fix comment in Dockerised config --- config/database-docker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/database-docker.js') 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 }; -- cgit v1.2.3