src/main/resources/settings.conf
author Tomas Zeman <tzeman@volny.cz>
Thu, 05 May 2016 16:26:07 +0200
changeset 5 141e76d946e3
parent 4 b25c02bd6b11
permissions -rw-r--r--
CouchStream: process entity as UTF-8

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