mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-08 18:33:33 +00:00
Allow ssl for mysql connections
This commit is contained in:
@@ -16,7 +16,8 @@ function generateDbConfig() {
|
||||
user: cfg.user,
|
||||
password: cfg.password,
|
||||
database: cfg.name,
|
||||
port: cfg.port
|
||||
port: cfg.port,
|
||||
ssl: cfg.ssl
|
||||
},
|
||||
migrations: {
|
||||
tableName: 'migrations'
|
||||
|
Reference in New Issue
Block a user