Skip to content

Commit

Permalink
Update mysql join
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrasna authored Jan 4, 2024
1 parent d254d96 commit ceb0159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/partials/mysql.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ssl-key = /path/to/private_key
{{#if output.ciphers.length}}
ssl-cipher = {{{join output.ciphers ":"}}}
{{/if}}
tls_version = {{#each output.protocols}}{{this}}{{#unless @last}},{{/unless}}{{/each}}
tls_version = {{join output.protocols ","}}

0 comments on commit ceb0159

Please sign in to comment.