Skip to content

Commit

Permalink
Update plugin configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmqtt committed Jul 23, 2023
1 parent c3d1b72 commit fcfbbd3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rmqtt-plugins/rmqtt-acl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
## rmqtt-acl
##--------------------------------------------------------------------

# See more keys and their definitions at https://github.com/rmqtt/rmqtt/blob/master/docs/en_US/acl.md

#Disconnect if publishing is rejected
disconnect_if_pub_rejected = true

Expand Down
2 changes: 2 additions & 0 deletions rmqtt-plugins/rmqtt-auth-http.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
## rmqtt-auth-http
##--------------------------------------------------------------------

# See more keys and their definitions at https://github.com/rmqtt/rmqtt/blob/master/docs/en_US/auth-http.md

http_timeout = "5s"
http_headers.accept = "*/*"
http_headers.Cache-Control = "no-cache"
Expand Down
2 changes: 2 additions & 0 deletions rmqtt-plugins/rmqtt-http-api.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
## rmqtt-http-api
##--------------------------------------------------------------------

# See more keys and their definitions at https://github.com/rmqtt/rmqtt/blob/master/docs/en_US/http-api.md

##Number of worker threads
workers = 1
## Max Row Limit
Expand Down
2 changes: 2 additions & 0 deletions rmqtt-plugins/rmqtt-web-hook.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
# None
#

# See more keys and their definitions at https://github.com/rmqtt/rmqtt/blob/master/docs/en_US/web-hook.md

## Hook general config
worker_threads = 3
queue_capacity = 300_000
Expand Down

0 comments on commit fcfbbd3

Please sign in to comment.