Skip to content

Commit

Permalink
🐳 [#203] Add example data for notifications config steps
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Dec 17, 2024
1 parent 38ab22c commit 545bad8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker/setup_configuration/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 545bad8

Please sign in to comment.