Skip to content

Commit b97b389

Browse files
committed
📝 [maykinmedia/django-setup-configuration#10] update documentation of config env vars
1 parent fa3b028 commit b97b389

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/installation/configuration/opennotifs_config_cli.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Sites configuration
3535

3636
Configure the domain where Open Notificaties is hosted
3737

38-
* ``SITES_CONFIG_ENABLE``: enable Site configuration. Defaults to ``True``.
38+
* ``SITES_CONFIG_ENABLE``: enable Site configuration. Defaults to ``False``.
3939
* ``OPENNOTIFICATIES_DOMAIN``: a ``[host]:[port]`` or ``[host]`` value. Required.
4040
* ``OPENNOTIFICATIES_ORGANIZATION``: name of Open Notificaties organization. Required.
4141

@@ -47,7 +47,7 @@ of its consumers, therefore Open Notificaties should be able to request Open Zaa
4747
Make sure that the correct permissions are configured in Open Zaak Autorisaties API.
4848

4949
* ``AUTHORIZATION_CONFIG_ENABLE``: enable Authorization configuration. Defaults
50-
to ``True``.
50+
to ``False``.
5151
* ``AUTORISATIES_API_ROOT``: full URL to the Authorisaties API root, for example
5252
``https://open-zaak.gemeente.local/autorisaties/api/v1/``. Required.
5353
* ``NOTIF_OPENZAAK_CLIENT_ID``: a client id, which Open Notificaties uses to request
@@ -60,7 +60,7 @@ Open Zaak authentication configuration
6060
Open Zaak published notifications to the Open Notificaties, therefore it should have access.
6161
Make sure that the correct permissions are configured in Open Zaak Autorisaties API.
6262

63-
* ``OPENZAAK_NOTIF_CONFIG_ENABLE``: enable Open Zaak configuration. Defaults to ``True``.
63+
* ``OPENZAAK_NOTIF_CONFIG_ENABLE``: enable Open Zaak configuration. Defaults to ``False``.
6464
* ``OPENZAAK_NOTIF_CLIENT_ID``: a client id, which Open Zaak uses to request Open Notificaties,
6565
for example, ``open-zaak``. Required.
6666
* ``OPENZAAK_NOTIF_SECRET``: some random string. Required.
@@ -72,6 +72,7 @@ Open Notifications has a retry mechanism to guarantee notification delivery, thi
7272
is described in :ref:`delivery_guarantees`. The parameters for this behavior can be configured via the
7373
following environment variables.
7474

75+
* ``NOTIFICATION_RETRY_CONFIG_ENABLE``: enable Notification retry configuration. Defaults to ``False``.
7576
* ``NOTIFICATION_DELIVERY_MAX_RETRIES``: the maximum number of retries Celery will do if sending a notification failed.
7677
* ``NOTIFICATION_DELIVERY_RETRY_BACKOFF``: a boolean or a number. If this option is set to
7778
``True``, autoretries will be delayed following the rules of exponential backoff. If

0 commit comments

Comments
 (0)