Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Dec 5, 2023
1 parent 5a33d17 commit d2b6c57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit d2b6c57

Please sign in to comment.