We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afb978 commit ee63a35Copy full SHA for ee63a35
scripts/travis-ci/run-cluster.sh
@@ -16,7 +16,7 @@ pushd $(dirname $0)
16
17
CONFIGSVR_REPLSET=csReplSet
18
if [ "${CONFIGSVR_TYPE}" == "CSRS" ]; then
19
- export CONFIGSVR_FLAGS="--replSet ${CONFIGSVR_REPLSET}"
+ export CONFIGSVR_FLAGS="--replSet=${CONFIGSVR_REPLSET}"
20
export MONGOS_CONFIGDB="${CONFIGSVR_REPLSET}/mongo-cs-1:27017,mongo-cs-2:27017,mongo-cs-3:27017"
21
echo "# Using CSRS-based config servers: '${MONGOS_CONFIGDB}'"
22
else
0 commit comments