diff options
author | Tom Parker-Shemilt <palfrey@tevp.net> | 2019-12-28 11:37:51 +0000 |
---|---|---|
committer | Tom Parker-Shemilt <palfrey@tevp.net> | 2019-12-28 11:37:51 +0000 |
commit | cd7dc9125fff1af5c023d19ac13d368a8fd4c6e5 (patch) | |
tree | ce4349071726a905ab784616f2e7df9779b47d65 /config/database-docker.js | |
parent | 0c46e2d2d148efb7cfabcf82c12266a8d788f551 (diff) |
Add docker/travis support
Diffstat (limited to 'config/database-docker.js')
-rw-r--r-- | config/database-docker.js | 3 |
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 +}; |