|
| 1 | +zgw_consumers_config_enable: True |
| 2 | +zgw_consumers: |
| 3 | + services: |
| 4 | + - identifier: zaken-test |
| 5 | + label: Open Zaak - Zaken API |
| 6 | + api_root: http://localhost:8003/zaken/api/v1/ |
| 7 | + api_type: zrc |
| 8 | + auth_type: zgw |
| 9 | + client_id: test-vcr |
| 10 | + secret: test-vcr |
| 11 | + - identifier: documenten-test |
| 12 | + label: Open Zaak - Documenten API |
| 13 | + api_root: http://localhost:8003/documenten/api/v1/ |
| 14 | + api_type: drc |
| 15 | + auth_type: zgw |
| 16 | + client_id: test-vcr |
| 17 | + secret: test-vcr |
| 18 | + - identifier: catalogi-test |
| 19 | + label: Open Zaak - Catalogi API |
| 20 | + api_root: http://localhost:8003/catalogi/api/v1/ |
| 21 | + api_type: ztc |
| 22 | + auth_type: zgw |
| 23 | + client_id: test-vcr |
| 24 | + secret: test-vcr |
| 25 | + - identifier: besluiten-test |
| 26 | + label: Open Zaak - Besluiten API |
| 27 | + api_root: http://localhost:8003/besluiten/api/v1/ |
| 28 | + api_type: brc |
| 29 | + auth_type: zgw |
| 30 | + client_id: test-vcr |
| 31 | + secret: test-vcr |
| 32 | + - identifier: selectielijst |
| 33 | + label: Open Zaak (public) - Selectielijst API |
| 34 | + api_root: https://selectielijst.openzaak.nl/api/v1/ |
| 35 | + api_type: orc |
| 36 | + auth_type: no_auth |
| 37 | + |
| 38 | +openzaak_config_enable: true |
| 39 | +openzaak_config: |
| 40 | + zaak_max_confidentiality: openbaar |
| 41 | + document_max_confidentiality: vertrouwelijk |
| 42 | + max_upload_size: 50 |
| 43 | + skip_notification_statustype_informeren: false |
| 44 | + reformat_esuite_zaak_identificatie: true |
| 45 | + fetch_eherkenning_zaken_with_rsin: false |
| 46 | + use_zaak_omschrijving_as_title: 'true' |
| 47 | + order_statuses_by_date_set: false |
| 48 | + title_text: title text from setup configuration |
| 49 | + enable_categories_filtering_with_zaken: true |
| 50 | + action_required_deadline_days: 1874 |
| 51 | + zaken_filter_enabled: 'true' |
| 52 | + allowed_file_extensions: |
| 53 | + - .pdf |
| 54 | + - .txt |
| 55 | + api_groups: |
| 56 | + - zaken_api_identifier: zaken-test |
| 57 | + documenten_api_identifier: documenten-test |
| 58 | + catalogi_api_identifier: catalogi-test |
0 commit comments