Skip to content

Commit

Permalink
Please don't suggest /tmp/mysql-proxy.sock, that is bad practice. Use…
Browse files Browse the repository at this point in the history
… one of the directories where this socket can be provided securely
  • Loading branch information
Peter Varkoly committed Dec 13, 2022
1 parent 75d7253 commit e7822f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat/mysql-proxy
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Address:port of the remote (read only) unpromoted-server (default: ).
<parameter name="proxy_address" unique="0" required="0">
<longdesc lang="en">
Listening address:port of the proxy server (default: :4040).
You can also specify a socket like "/tmp/mysql-proxy.sock".
You can also specify a socket like "/var/run/mysql-proxy.sock".
</longdesc>
<shortdesc lang="en">MySQL Proxy listening address</shortdesc>
<content type="string" default="${OCF_RESKEY_proxy_address_default}" />
Expand Down

0 comments on commit e7822f3

Please sign in to comment.