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" - -