From c61d6c39a0d75c49ad4d81b5b408eb2bd6612903 Mon Sep 17 00:00:00 2001 From: Alec Sears Date: Mon, 10 Oct 2022 04:04:51 -0500 Subject: [PATCH] Configuration: Update ssl_mode docs in sample.ini to match default.ini (#55138) --- conf/sample.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/sample.ini b/conf/sample.ini index 7a5dc6a38c5..22921822f1d 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -94,7 +94,8 @@ # Example: mysql://user:secret@host:port/database ;url = -# For "postgres" only, either "disable", "require" or "verify-full" +# For "postgres", use either "disable", "require" or "verify-full" +# For "mysql", use either "true", "false", or "skip-verify". ;ssl_mode = disable # Database drivers may support different transaction isolation levels.