DATACOUCH-595 - Add cas to replace options if present on entity.
This commit is contained in:
@@ -32,6 +32,7 @@ import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
|
||||
import org.springframework.dao.DataRetrievalFailureException;
|
||||
import org.springframework.dao.DataIntegrityViolationException;;
|
||||
import org.springframework.dao.DuplicateKeyException;
|
||||
import org.springframework.data.couchbase.CouchbaseClientFactory;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# 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
|
||||
cluster.type=unmanaged
|
||||
# Default configs for both cases
|
||||
cluster.adminUsername=Administrator
|
||||
cluster.adminPassword=password
|
||||
@@ -12,4 +12,4 @@ 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.unmanaged.numReplicas=0
|
||||
cluster.unmanaged.numReplicas=0
|
||||
|
||||
Reference in New Issue
Block a user