test.resources.cloudant-sample.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudant-client Show documentation
Show all versions of cloudant-client Show documentation
Official Cloudant client for Java
# Rename this file to cloudant.properties
# and then add your information.
### Required
cloudant.account=
cloudant.username=
cloudant.password=
### Optional need to support this.
# Timeout to wait for a response, in ms. Defaults to 0 (no timeout).
couchdb.http.socket.timeout=
# Timeout to establish a connection, in ms. Defaults to 0 (no timeout).
couchdb.http.connection.timeout=
# Max connections.
couchdb.max.connections=100
# Connect through Proxy.
couchdb.proxy.host=
couchdb.proxy.port=
# path to append to DB URI
couchdb.path=