| author | Tomas Zeman <tzeman@volny.cz> |
| Thu, 05 May 2016 16:26:07 +0200 | |
| changeset 5 | 141e76d946e3 |
| parent 4 | b25c02bd6b11 |
| permissions | -rw-r--r-- |
|
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 |
| 4 | 5 |
reconnect = 45s |
|
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
|
6 |
} |
|
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
|
7 |
} |