summaryrefslogtreecommitdiff
path: root/config/database-docker.js
diff options
context:
space:
mode:
authorTom Parker-Shemilt <palfrey@tevp.net>2019-12-28 11:37:51 +0000
committerTom Parker-Shemilt <palfrey@tevp.net>2019-12-28 11:37:51 +0000
commitcd7dc9125fff1af5c023d19ac13d368a8fd4c6e5 (patch)
treece4349071726a905ab784616f2e7df9779b47d65 /config/database-docker.js
parent0c46e2d2d148efb7cfabcf82c12266a8d788f551 (diff)
Add docker/travis support
Diffstat (limited to 'config/database-docker.js')
-rw-r--r--config/database-docker.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/database-docker.js b/config/database-docker.js
new file mode 100644
index 0000000..78a29a8
--- /dev/null
+++ b/config/database-docker.js
@@ -0,0 +1,3 @@
+module.exports = {
+ 'url' : 'mongodb://mongo:27017/gathio' // For local MongoDB connection
+};