From aa3c5db230bf62292fdd7a5201d1c785c123806a Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 15 Oct 2021 21:38:27 +0800 Subject: [PATCH] Created Environment Variables (markdown) --- Environment-Variables.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Environment-Variables.md diff --git a/Environment-Variables.md b/Environment-Variables.md new file mode 100644 index 0000000..2ed764c --- /dev/null +++ b/Environment-Variables.md @@ -0,0 +1,11 @@ +(Prerelease Wiki for 1.9.0) + + + +### UPTIME_KUMA_SSL_CERT `string` +- SSL Cert File Path +- Default Value: `undefined` + +### UPTIME_KUMA_SSL_KEY `string` +- SSL Key File Path +- Default Value: `undefined`