From bc9b154136888454da6675ed22957b791c06147a Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Thu, 31 Mar 2022 12:41:48 +0800 Subject: [PATCH] Updated Environment Variables (markdown) --- Environment-Variables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Environment-Variables.md b/Environment-Variables.md index 87c1558..a3c79d3 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -7,6 +7,8 @@ | `UPTIME_KUMA_PORT` or `PORT` | `port` | Port to listen to | `3001` | | `UPTIME_KUMA_SSL_KEY` or `SSL_KEY` | `ssl-key` | Path to SSL key | | | `UPTIME_KUMA_SSL_CERT` or `SSL_CERT` | `ssl-cert` | Path to SSL certificate | | +| `UPTIME_KUMA_CLOUDFLARED_TOKEN` | `cloudflared-token` | Cloudflare Tunnel Token (Available in 1.14.0) | | + ## Docker specific environment variables