Skip to content

Commit

Permalink
Merge branch 'develop' into add-strike-support
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik authored Sep 2, 2024
2 parents d84ce8c + 83e86ab commit 992984c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/1812.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Comment out tlsOptions property in sample config.
2 changes: 1 addition & 1 deletion config.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ircService:
# Usually this should be off. Default: false.
allowExpiredCerts: false
# Set additional TLS options for the connections to the IRC server.
tlsOptions:
#tlsOptions:
# A specific CA to trust instead of the default CAs. Optional.
#ca: |
# -----BEGIN CERTIFICATE-----
Expand Down

0 comments on commit 992984c

Please sign in to comment.