mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-21 11:05:56 +00:00
Rename the UPTIME_KUMA_DB_SSL_CERT environment variable to a more expressive name
This commit is contained in:
parent
98ba019cf0
commit
69896a7299
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const sslKeyPassphrase = args["ssl-key-passphrase"] || process.env.UPTIME_KUMA_S
|
|||
|
||||
const isSSL = sslKey && sslCert;
|
||||
|
||||
const mariaDbSslCert = args["UPTIME_KUMA_DB_SSL_CERT"] || process.env.UPTIME_KUMA_DB_SSL_CERT || process.env.MARIADB_SSL_CERT || undefined;
|
||||
const mariaDbSslCert = args["UPTIME_KUMA_DB_SSL_CERT"] || process.env.UPTIME_KUMA_DB_CA_CERT || process.env.MARIADB_SSL_CERT || undefined;
|
||||
const mariaDbUseSSL = mariaDbSslCert ? "true" : "false";
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue