Skip to content

Commit

Permalink
Merge pull request #159 from nimishzynga/changes
Browse files Browse the repository at this point in the history
Adding metakv for cfg
  • Loading branch information
Steve Yen committed Jul 27, 2015
2 parents 6c69ffc + d266b99 commit 0116dfb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/cbft/main_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ func initFlags(flags *Flags) map[string][]string {
"\n configuration provider manages a configuration"+
"\n for a single, unclustered cbft node in a local"+
"\n file that's stored in the dataDir;"+
"\n* metakv"+
"\n - manages a cbft cluster configuration in couchbase metakv store"+
"\n environment variable CBAUTH_REVRPC_URL need to be set"+
"\n for metakv. for example:"+
"\n 'export CBAUTH_REVRPC_URL=http://user:password@localhost:9000/cbft';"+
"\ndefault is 'simple'.")
s(&flags.Container,
[]string{"container"}, "PATH", "",
Expand Down
5 changes: 5 additions & 0 deletions docs/admin-guide/command.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ That will print out usage/help output...
configuration provider manages a configuration
for a single, unclustered cbft node in a local
file that's stored in the dataDir;
* metakv
- manages a cbft cluster configuration in couchbase metakv store
environment variable CBAUTH_REVRPC_URL need to be set
for metakv. for example:
'export CBAUTH_REVRPC_URL=http://user:password@localhost:9000/cbft';
default is 'simple'.
-container PATH
optional slash separated path of logical parent containers
Expand Down

0 comments on commit 0116dfb

Please sign in to comment.