src/main/resources/settings.conf
changeset 3 e8daf3ff497d
child 4 b25c02bd6b11
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/resources/settings.conf	Thu Nov 19 18:36:56 2015 +0100
@@ -0,0 +1,6 @@
+settings {
+  couchConf {
+    url = "http://localhost:5984/example"
+    heartbeat = 5s
+  }
+}