feat: add TLS configuration option for MySQL (#384)

This commit is contained in:
Tom
2025-09-03 19:43:16 +08:00
committed by GitHub
parent c88d8cc359
commit fcdea1ad6d
6 changed files with 7 additions and 2 deletions
+1
View File
@@ -31,6 +31,7 @@ mysql:
password: ""
addr: ""
dbname: ""
tls: "false" # true / false / skip-verify / custom
postgresql:
host: "127.0.0.1"