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