Skip to content

Commit f341232

Browse files
authored
Merge branch 'development' into feature/changestream
2 parents 5534387 + e975147 commit f341232

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

harness/daemons/.env

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ if versionAtLeast 3 2; then
5959
COMMONDOPTS="$(echo "$COMMONDOPTS" | sed '/--nohttpinterface/d')"
6060
COMMONCOPTS="$(echo "$COMMONCOPTS" | sed '/--nohttpinterface/d')"
6161

62+
6263
if versionAtLeast 3 6; then
6364
#In version 3.6 --nojournal is deprecated for replica set members using WiredTiger
6465
COMMONDOPTSNOIP="$(echo "$COMMONDOPTSNOIP" | sed '/--nojournal/d')"
@@ -67,13 +68,14 @@ if versionAtLeast 3 2; then
6768
fi
6869

6970
# config server need to be started as replica set
71+
7072
CFG1OPTS="--replSet conf1"
7173
CFG2OPTS="--replSet conf2"
7274
CFG3OPTS="--replSet conf3"
7375

7476
MONGOS1OPTS="--configdb conf1/127.0.0.1:40101"
7577
MONGOS2OPTS="--configdb conf2/127.0.0.1:40102"
76-
MONGOS3OPTS="--configdb conf3/127.0.0.1:40103"
78+
MONGOS3OPTS="--configdb conf3/127.0.0.1:40103"
7779
fi
7880
fi
7981

0 commit comments

Comments
 (0)