slouch/test/config.json
Geoff Cox b7bf7c0bb6 initial (#1)
* initial

* feat(exclude-design-docs-iterator)

* fix(request): need to define unescape

* test(request): ECONNREFUSED/ENOTFOUND errors in different browsers

* test(circleci): run couchdb

* test(circleci): enable cors

* test(coverage): disable check for now

* test(circleci): missing nvm
2017-07-12 23:50:23 -07:00

9 lines
138 B
JSON

{
"couchdb": {
"scheme": "http",
"host": "localhost",
"port" : 5984,
"username": "admin",
"password": "admin"
}
}