From 41389a30d46a635a3e9321ab3862381f872649ac Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 14 Sep 2025 08:57:33 +0200 Subject: [PATCH] style(campfire): update comment for DISABLE_SSL environment variable for clarity --- templates/compose/once-campfire.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/once-campfire.yaml b/templates/compose/once-campfire.yaml index 0dc20fc48..6bfe0fdea 100644 --- a/templates/compose/once-campfire.yaml +++ b/templates/compose/once-campfire.yaml @@ -16,7 +16,7 @@ services: - SECRET_KEY_BASE=${SERVICE_BASE64_64_CAMPFIRE} # required, set this to a secure random value - VAPID_PUBLIC_KEY=${VAPID_PUBLIC_KEY} # optional, for notifications - VAPID_PRIVATE_KEY=${VAPID_PRIVATE_KEY} # optional, for notifications - - DISABLE_SSL=${DISABLE_SSL:-true} # uncomment to disable SSL + - DISABLE_SSL=${DISABLE_SSL:-true} # optional, disable SSL - SSL_DOMAIN=${SSL_DOMAIN:-false} # optional, for SSL - SKIP_TELEMETRY=${SKIP_TELEMETRY:-true} # optional, set to disable telemetry - SENTRY_DSN=${SENTRY_DSN} # optional, for error reporting