summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaphael <raphaelkabo@gmail.com>2020-01-10 19:13:49 +1100
committerGitHub <noreply@github.com>2020-01-10 19:13:49 +1100
commit1df5f8cb731802df22fef8f22f9d70d3819a8008 (patch)
tree97e6b5f9e0cefb39472b91cd73728894ab8d3c63 /config
parentc5835cbdbcfe3abda637e298a89b36ebb058c22a (diff)
parent452c9f42f3769035cdb73e143283eff814de544d (diff)
Merge pull request #31 from palfrey/docker-travis
Add Dockerised and Travis builds
Diffstat (limited to 'config')
-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..7847097
--- /dev/null
+++ b/config/database-docker.js
@@ -0,0 +1,3 @@
+module.exports = {
+ 'url' : 'mongodb://mongo:27017/gathio' // For dockerised MongoDB connection
+};