diff --git a/docker/setup_configuration/data.yaml b/docker/setup_configuration/data.yaml index ea223765..fba145a3 100644 --- a/docker/setup_configuration/data.yaml +++ b/docker/setup_configuration/data.yaml @@ -131,3 +131,21 @@ sites_config: items: - domain: example.com name: Open Notificaties + +notifications_config_enable: true +notifications_config: + notifications_api_service_identifier: notificaties-api + notification_delivery_max_retries: 1 + notification_delivery_retry_backoff: 2 + notification_delivery_retry_backoff_max: 3 + +notifications_subscriptions_config_enable: true +notifications_subscriptions_config: + items: + - identifier: autorisaties-subscription + callback_url: http://web:8000/api/v1/callbacks + client_id: open-notificaties + secret: oPMsHCEuoP9Qh8vP06D7 + uuid: 0f616bfd-aacc-4d85-a140-2af17a56217b + channels: + - autorisaties