-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐳 [#200] Update docker setup for setup configuration
- Loading branch information
Showing
3 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
zgw_consumers_config_enable: True | ||
zgw_consumers: | ||
services: | ||
- identifier: autorisaties-api | ||
label: Objecttypen API test | ||
api_root: http://localhost:8001/autorisaties/api/v1/ | ||
api_type: ac | ||
auth_type: zgw | ||
client_id: open-notificaties | ||
secret: oPMsHCEuoP9Qh8vP06D7 | ||
user_id: open-notificaties | ||
user_representation: Open Notificaties Demodam | ||
|
||
autorisaties_api_config_enable: True | ||
autorisaties_api: | ||
# Configure Open Notificaties to make use of Open Zaak's Autorisaties API | ||
authorizations_api_service_identifier: autorisaties-api | ||
|
||
vng_api_common_credentials_config_enable: True | ||
vng_api_common_credentials: | ||
items: | ||
# Credentials for Open Zaak to be able to make requests to Open Notificaties | ||
- identifier: open-zaak | ||
secret: G2LIVfXal1J93puQkV3O | ||
|
||
notifications_config_enable: True | ||
notifications_config: | ||
# No notifications_api_service necessary, because Open Notificaties doesn't send | ||
# notifications to itself | ||
notification_delivery_max_retries: 5 | ||
notification_delivery_retry_backoff: 3 | ||
notification_delivery_retry_backoff_max: 30 | ||
|
||
site_config_enable: True | ||
site_config: | ||
domain: opennotificaties.local:8000 | ||
organization: Demodam |