Skip to content

Commit

Permalink
Merge pull request #27 from flowforge/broker-comms
Browse files Browse the repository at this point in the history
Fix broker comms http auth path
  • Loading branch information
hardillb authored Aug 3, 2022
2 parents 1746067 + cbab086 commit 683629c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions broker/mosquitto.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ auth_opt_acl_jitter_seconds 5

auth_opt_http_host forge
auth_opt_http_port 80
auth_opt_http_getuser_uri /api/broker/auth-client
auth_opt_http_aclcheck_uri /api/broker/auth-acl
auth_opt_http_getuser_uri /api/comms/auth/client
auth_opt_http_aclcheck_uri /api/comms/auth/acl

0 comments on commit 683629c

Please sign in to comment.