mirror of
https://github.com/donl/slouch.git
synced 2026-06-30 06:11:57 -06:00
* 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
9 lines
138 B
JSON
9 lines
138 B
JSON
{
|
|
"couchdb": {
|
|
"scheme": "http",
|
|
"host": "localhost",
|
|
"port" : 5984,
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
}
|