Couchbase C Client
3.3.14
Asynchronous C Client for Couchbase
|
~/.cbcrc
cbcrc is an optional configuration file used to provide default values for the cbc(1) and cbc-pillowfight(1) utilities. It should be placed in
Each entry in the cbcrc file is a line with a key-value pair in the following form:
# optional comments key=value
The keys may be specified in random order, and if you specify the same key multiple times the last value "wins". The following keys exists:
connstr
: This is the URI-like string used to connect to the cluster. Its format consists of a scheme followed by a list of hosts, an optional bucket for the path and an optional ?
followed by key-value options.
Using custom REST API ports
http://localhost:9000,localhost:9001,localhost:9002
Using custom memcached ports:
couchbase://localhost:9100,localhost:9200,localhost:9300
user
: This is the user name used during authentication to your bucketpassword
: This is the password used during authentication to your buckettimeout
: The timeout value to use for the operations.write-config
subcommandcbc(1), cbc-pillowfight(1)