GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CBCRC(4) CBCRC(4)

cbcrc - Configuration file for Couchbase command line tools

~/.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 bucket
password
This is the password used during authentication to your bucket
timeout
The timeout value to use for the operations.

  • 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

cbc(1), cbc-pillowfight(1)
October 2018

Search for    or go to Top of page |  Section 4 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.