From 127f4770566e09504a3efe4c4282cee049bad0e1 Mon Sep 17 00:00:00 2001 From: Russell Aunger Date: Thu, 23 Aug 2018 18:42:02 -0400 Subject: MySQL TLS (#4642) --- custom/conf/app.ini.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 6f973c63e1..d30f134db7 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -223,7 +223,8 @@ NAME = gitea USER = root ; Use PASSWD = `your password` for quoting if you use special characters in the password. PASSWD = -; For "postgres" only, either "disable", "require" or "verify-full" +; For Postgres, either "disable" (default), "require", or "verify-full" +; For MySQL, either "false" (default), "true", or "skip-verify" SSL_MODE = disable ; For "sqlite3" and "tidb", use an absolute path when you start gitea as service PATH = data/gitea.db -- cgit v1.2.3