File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 109
109
user : TEST_USER . name ,
110
110
password : TEST_USER . password ,
111
111
max_pool_size : 1 ,
112
- write : WRITE_CONCERN ,
113
- connect : CONNECT
112
+ write : WRITE_CONCERN
114
113
)
115
114
116
115
# Provides an authorized mongo client on the default test database for the
124
123
user : ROOT_USER . name ,
125
124
password : ROOT_USER . password ,
126
125
max_pool_size : 1 ,
127
- write : WRITE_CONCERN ,
128
- connect : CONNECT
126
+ write : WRITE_CONCERN
129
127
)
130
128
131
129
# Provides an unauthorized mongo client on the default test database.
135
133
ADDRESSES ,
136
134
database : TEST_DB ,
137
135
max_pool_size : 1 ,
138
- write : WRITE_CONCERN ,
139
- connect : CONNECT
136
+ write : WRITE_CONCERN
140
137
)
141
138
142
139
# Provides an unauthorized mongo client on the admin database, for use in
147
144
ADDRESSES ,
148
145
database : Mongo ::Database ::ADMIN ,
149
146
max_pool_size : 1 ,
150
- write : WRITE_CONCERN ,
151
- connect : CONNECT
147
+ write : WRITE_CONCERN
152
148
)
153
149
154
150
# Get an authorized client on the admin database logged in as the admin
You can’t perform that action at this time.
0 commit comments