You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with the above test config based on sample test config in read me , getting the error
{"type":"LOG","log":{"level":"error","message":"error parsing uri: URI with srv must not include a port number"}}
After changing srv to false, it works. Based on this log, when srv is true, we should not pass a port number. I feel the sample config is misleading.
Please close this issue if it’s not needed.
The text was updated successfully, but these errors were encountered:
{
"hosts": [
"127.0.0.1:27017"
],
"username": "test",
"password": "test",
"authdb": "admin",
"srv": true,
"server-ram": 16,
"database": "database",
"max_threads": 50
}
with the above test config based on sample test config in read me , getting the error
{"type":"LOG","log":{"level":"error","message":"error parsing uri: URI with srv must not include a port number"}}
After changing srv to false, it works. Based on this log, when srv is true, we should not pass a port number. I feel the sample config is misleading.
Please close this issue if it’s not needed.
The text was updated successfully, but these errors were encountered: