@@ -35,7 +35,7 @@ Sites configuration
35
35
36
36
Configure the domain where Open Notificaties is hosted
37
37
38
- * ``SITES_CONFIG_ENABLE ``: enable Site configuration. Defaults to ``True ``.
38
+ * ``SITES_CONFIG_ENABLE ``: enable Site configuration. Defaults to ``False ``.
39
39
* ``OPENNOTIFICATIES_DOMAIN ``: a ``[host]:[port] `` or ``[host] `` value. Required.
40
40
* ``OPENNOTIFICATIES_ORGANIZATION ``: name of Open Notificaties organization. Required.
41
41
@@ -47,7 +47,7 @@ of its consumers, therefore Open Notificaties should be able to request Open Zaa
47
47
Make sure that the correct permissions are configured in Open Zaak Autorisaties API.
48
48
49
49
* ``AUTHORIZATION_CONFIG_ENABLE ``: enable Authorization configuration. Defaults
50
- to ``True ``.
50
+ to ``False ``.
51
51
* ``AUTORISATIES_API_ROOT ``: full URL to the Authorisaties API root, for example
52
52
``https://open-zaak.gemeente.local/autorisaties/api/v1/ ``. Required.
53
53
* ``NOTIF_OPENZAAK_CLIENT_ID ``: a client id, which Open Notificaties uses to request
@@ -60,7 +60,7 @@ Open Zaak authentication configuration
60
60
Open Zaak published notifications to the Open Notificaties, therefore it should have access.
61
61
Make sure that the correct permissions are configured in Open Zaak Autorisaties API.
62
62
63
- * ``OPENZAAK_NOTIF_CONFIG_ENABLE ``: enable Open Zaak configuration. Defaults to ``True ``.
63
+ * ``OPENZAAK_NOTIF_CONFIG_ENABLE ``: enable Open Zaak configuration. Defaults to ``False ``.
64
64
* ``OPENZAAK_NOTIF_CLIENT_ID ``: a client id, which Open Zaak uses to request Open Notificaties,
65
65
for example, ``open-zaak ``. Required.
66
66
* ``OPENZAAK_NOTIF_SECRET ``: some random string. Required.
@@ -72,6 +72,7 @@ Open Notifications has a retry mechanism to guarantee notification delivery, thi
72
72
is described in :ref: `delivery_guarantees `. The parameters for this behavior can be configured via the
73
73
following environment variables.
74
74
75
+ * ``NOTIFICATION_RETRY_CONFIG_ENABLE ``: enable Notification retry configuration. Defaults to ``False ``.
75
76
* ``NOTIFICATION_DELIVERY_MAX_RETRIES ``: the maximum number of retries Celery will do if sending a notification failed.
76
77
* ``NOTIFICATION_DELIVERY_RETRY_BACKOFF ``: a boolean or a number. If this option is set to
77
78
``True ``, autoretries will be delayed following the rules of exponential backoff. If
0 commit comments