Sha256: 0f37460eafbcd8b91a459223899d99e03e580fa98b7473606a306c4ac56a9eb5

Contents?: true

Size: 1.33 KB

Versions: 5

Compression:

Stored size: 1.33 KB

Contents

# cbcrc(4) - Configuration file for Couchbase command line tools

## SYNOPSIS

`~/.cbcrc`

## DESCRIPTION

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 bucket

* `password`:
    This is the password used during authentication to your bucket

* `timeout`:
    The timeout value to use for the operations.

## NOTES

* You can generate such a file from the cbc(1) itself using the `write-config`
  subcommand

* Most other options can be specified within the connection string

## SEE ALSO

cbc(1), cbc-pillowfight(1)

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mt-libcouchbase-1.4.03 ext/libcouchbase/doc/cbcrc.markdown
mt-libcouchbase-1.4.02 ext/libcouchbase/doc/cbcrc.markdown
mt-libcouchbase-1.4.01 ext/libcouchbase/doc/cbcrc.markdown
mt-libcouchbase-1.4.0 ext/libcouchbase/doc/cbcrc.markdown
libcouchbase-1.3.2 ext/libcouchbase/doc/cbcrc.markdown