Skip to content

Commit

Permalink
fix(docs): fix yaml error on application.example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wktsugue authored Jan 28, 2022
1 parent 1a46517 commit 59e78f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ akhq:
header-auth:
user-header: x-akhq-user # mandatory (the header name that will contain username)
groups-header: x-akhq-group # optional (the header name that will contain groups separated by groups-header-separator)
groups-header-separator: , # optional (separator, defaults to ',')
groups-header-separator: ',' # optional (separator, defaults to ',')
ip-patterns: [127.0.0.*] # optional (Java regular expressions for matching trusted IP addresses, '0.0.0.0' matches all addresses)
default-group: topic-reader
groups:
Expand Down

0 comments on commit 59e78f5

Please sign in to comment.