Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions config.TEMPLATE.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,23 @@
; Database collation
; collation = utf8_general_ci

; SSL/TLS Database Connection
; NOTE: The web installer does not provide options to configure SSL/TLS.
; If your database server requires encrypted connections, uncomment and
; configure the settings below BEFORE running the web installer.

; Enable SSL/TLS for the database connection
; secure = Off

; Path to the CA certificate file for SSL/TLS verification
; For MySQL/MariaDB: path to the CA certificate (PEM format)
; For PostgreSQL: path to the root certificate
; capath = /path/to/ca-cert.pem

; Verify the server's SSL/TLS certificate (default to On when secure is enabled)
; Set to Off to connect with encryption but skip certificate verification (not recommended for production)
; verify = On

; Enable database debug output (very verbose!)
debug = Off

Expand Down
Loading