From 63b9422064dbfc04246824e49d050667b97dca7d Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 1 Sep 2025 19:42:31 +1200 Subject: [PATCH] Update 2 files --- squashkiwi-streaming/config/service.env | 5 ++++- static-website/config/service.env | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/squashkiwi-streaming/config/service.env b/squashkiwi-streaming/config/service.env index 27d6fd9..2261fe3 100644 --- a/squashkiwi-streaming/config/service.env +++ b/squashkiwi-streaming/config/service.env @@ -27,8 +27,11 @@ IDLE_TIMEOUT=300 HOST_PORT=8880 PUBLIC_IP= +# Server Settings +SSH_USER="root" + # Optional: Cloudflare Tunnel CLOUDFLARE_TUNNEL_TOKEN= # Optional: Monitoring -GRAFANA_PASSWORD=admin \ No newline at end of file +GRAFANA_PASSWORD=admin diff --git a/static-website/config/service.env b/static-website/config/service.env index 4849907..1f1e330 100644 --- a/static-website/config/service.env +++ b/static-website/config/service.env @@ -8,5 +8,3 @@ IMAGE_TAG="latest" # Server Settings SSH_USER="root" - -