forked from kevadesu/forgejo
MySQL TLS (#4642)
This commit is contained in:
parent
0dac1ff677
commit
127f477056
3 changed files with 12 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue