src/main/resources/settings.conf
author Tomas Zeman <tzeman@volny.cz>
Thu, 19 Nov 2015 18:36:56 +0100
changeset 3 e8daf3ff497d
child 4 b25c02bd6b11
permissions -rw-r--r--
Added settings.conf to repo (sbt has to be run twice on clean repo to run successfully)

settings {
  couchConf {
    url = "http://localhost:5984/example"
    heartbeat = 5s
  }
}