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)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
e8daf3ff497d Added settings.conf to repo (sbt has to be run twice on clean repo to run successfully)
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
settings {
e8daf3ff497d Added settings.conf to repo (sbt has to be run twice on clean repo to run successfully)
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
  couchConf {
e8daf3ff497d Added settings.conf to repo (sbt has to be run twice on clean repo to run successfully)
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
    url = "http://localhost:5984/example"
e8daf3ff497d Added settings.conf to repo (sbt has to be run twice on clean repo to run successfully)
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
    heartbeat = 5s
e8daf3ff497d Added settings.conf to repo (sbt has to be run twice on clean repo to run successfully)
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
  }
e8daf3ff497d Added settings.conf to repo (sbt has to be run twice on clean repo to run successfully)
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
}