src/main/resources/settings.conf
author Tomas Zeman <tzeman@volny.cz>
Thu, 19 Nov 2015 19:08:18 +0100
changeset 4 b25c02bd6b11
parent 3 e8daf3ff497d
permissions -rw-r--r--
Reconnect feature

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