Merge pull request #305 from NorthernMan54/patch-1

Update README.md for issue #43
This commit is contained in:
Ignacio Gómez 2023-12-05 13:34:12 -03:00 committed by GitHub
commit 73d90eceb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1275,9 +1275,10 @@ Options for `mongo` are the following:
| ------------------------------------ | ------------ | :-------: | ------------------------------------ |
| auth_opt_mongo_host | localhost | N | IP address,will skip dns lookup |
| auth_opt_mongo_port | 27017 | N | TCP port number |
| auth_opt_mongo_dbname | mosquitto | N | MogoDB DB name |
| auth_opt_mongo_username | "" | N | MogoDB username |
| auth_opt_mongo_password | "" | N | MogoDB password |
| auth_opt_mongo_dbname | mosquitto | N | MongoDB DB name |
| auth_opt_mongo_authsource | "" | N | MongoDB authsource DB name |
| auth_opt_mongo_username | "" | N | MongoDB username |
| auth_opt_mongo_password | "" | N | MongoDB password |
| auth_opt_mongo_users | users | N | User collection |
| auth_opt_mongo_acls | acls | N | ACL collection |
| auth_opt_mongo_disable_superuser | true | N | Disable query to check for superuser |