ProviderApplication.settings
are usually settings required by frontend. As this will be provided to the frontend (sometimes without authentication), we should not store any secrets in here. Common fields stored here are client_id
s. For secret information, store it in provider_settings
instead.
Provider settings for PusherProvider
.
Pusher application key
.
Must be at least 1
characters long
Pusher authentication for private channels.
Additional Properties of any type are allowed.
Type: object