slouch/test/config.json
Geoff Cox b59ec8795e
test(circleci): upgrade to 2.0 (#80)
* test(circleci): upgrade to 2.0

* test(circleci): extra space

* doc(testing): headless chrome

* test(chrome): tweaks for chrome

* fix(packages): memorystream no longer needed
2018-03-12 19:53:10 -07:00

9 lines
138 B
JSON

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