mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
style(campfire): update comment for DISABLE_SSL environment variable for clarity
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user