File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
ui/app/peers/create/[peerType]/helpers Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,12 @@ message MongoConfig {
77
77
string uri = 1 ;
78
78
string username = 2 ;
79
79
string password = 3 [(peerdb_redacted) = true ];
80
- bool require_read_concern_majority = 4 ;
81
- bool disable_tls = 5 ;
82
- string tls_host = 6 ;
83
- optional string root_ca = 7 [ (peerdb_redacted) = true ] ;
84
- ReadPreference read_preference = 8 ;
85
- optional SSHConfig ssh_config = 9 ;
80
+ bool disable_tls = 4 ;
81
+ string tls_host = 5 ;
82
+ optional string root_ca = 6 [ (peerdb_redacted) = true ] ;
83
+ ReadPreference read_preference = 7 ;
84
+ optional SSHConfig ssh_config = 8 ;
85
+ bool require_read_concern_majority = 9 ;
86
86
}
87
87
88
88
message AwsAuthStaticCredentialsConfig {
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ export const blankMongoSetting: MongoConfig = {
73
73
uri : '' ,
74
74
username : '' ,
75
75
password : '' ,
76
+ requireReadConcernMajority : true ,
76
77
disableTls : false ,
77
78
tlsHost : '' ,
78
79
readPreference : 0 ,
You can’t perform that action at this time.
0 commit comments