Support testing against Capella. Also includes sample to use Capella control-plane. Closes #1385.
19 lines
723 B
Properties
19 lines
723 B
Properties
# Couchbase Integration-Test Default Properties
|
|
# If set to false, it is assumed that the host is managing the cluster and
|
|
# as a result no containers or anything will be spun up.
|
|
# Options: containerized, mocked, unmanaged
|
|
cluster.type=mocked
|
|
# Default configs for both cases
|
|
# Default configs for the mocked environment
|
|
cluster.mocked.numNodes=1
|
|
cluster.mocked.numReplicas=1
|
|
# Entry point configuration if not managed
|
|
# value of hostname and ns_server port
|
|
cluster.unmanaged.seed=127.0.0.1:8091
|
|
cluster.adminUsername=Administrator
|
|
cluster.adminPassword=password
|
|
#cluster.unmanaged.seed=cb.zsibzkbgllfbcj8g.cloud.couchbase.com
|
|
#cluster.adminUsername=user
|
|
#cluster.adminPassword=Couch0base!
|
|
cluster.unmanaged.numReplicas=0
|