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 faee954f6d
commit ce0291a8f9
6 changed files with 7 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ mysql:
password: ""
addr: ""
dbname: ""
tls: "false" # true / false / skip-verify / custom
postgresql:
host: "127.0.0.1"