src/main/resources/settings.conf
changeset 4 b25c02bd6b11
parent 3 e8daf3ff497d
equal deleted inserted replaced
3:e8daf3ff497d 4:b25c02bd6b11
     1 settings {
     1 settings {
     2   couchConf {
     2   couchConf {
     3     url = "http://localhost:5984/example"
     3     url = "http://localhost:5984/example"
     4     heartbeat = 5s
     4     heartbeat = 5s
       
     5     reconnect = 45s
     5   }
     6   }
     6 }
     7 }