Skip to content

Commit

Permalink
[#484] update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Bakker committed Dec 12, 2024
1 parent c189be3 commit 5d86de7
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/installation/config_cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,35 @@ created. An example of a configuration could be seen below:
auth_type: api_key
....
Notifications configuration
-------------------------

To configure sending notifications for the application ensure there is a ``services``
item present that matches the ``notifications_api_service_identifier`` in the
``notifications_config`` namespace:

.. code-block:: yaml
...
zgw_consumers_config_enable: true
zgw_consumers:
services:
- identifier: notifications-api
label: Notificaties API
api_root: http://notificaties.local/api/v1/
api_connection_check_path: notificaties
api_type: nrc
auth_type: api_key
notifications_config_enable: true
notifications_config:
notifications_api_service_identifier: notifications-api
notification_delivery_max_retries: 1
notification_delivery_retry_backoff: 2
notification_delivery_retry_backoff_max: 3
....
Execution
=========

Expand Down

0 comments on commit 5d86de7

Please sign in to comment.