feat: add webchat pwa push subscription support
This commit is contained in:
@@ -115,6 +115,12 @@ server:
|
||||
enabled: false
|
||||
push:
|
||||
enabled: false
|
||||
# Optional WebChat push subscription endpoints for PWA notifications.
|
||||
# Set `enabled: true` and provide a VAPID public key for PushManager.
|
||||
webchat_push:
|
||||
enabled: false
|
||||
# vapid_public_key: ${WEBCHAT_VAPID_PUBLIC_KEY}
|
||||
max_subscriptions: 5000
|
||||
# Local-network service discovery (mDNS/Bonjour). Keep disabled by default.
|
||||
# Requires server.localhost: false so LAN clients can actually connect.
|
||||
discovery:
|
||||
|
||||
Reference in New Issue
Block a user