Added settings.conf to repo (sbt has to be run twice on clean repo to run successfully)
authorTomas Zeman <tzeman@volny.cz>
Thu, 19 Nov 2015 18:36:56 +0100
changeset 3 e8daf3ff497d
parent 2 04af787ba66f
child 4 b25c02bd6b11
Added settings.conf to repo (sbt has to be run twice on clean repo to run successfully)
.hgignore
src/main/resources/settings.conf
--- a/.hgignore	Fri Jul 24 15:31:40 2015 +0200
+++ b/.hgignore	Thu Nov 19 18:36:56 2015 +0100
@@ -3,4 +3,3 @@
 .*.sw*
 *.class
 target
-src/main/resources/settings.conf
--- /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
+  }
+}