Skip to content

Commit

Permalink
Merge pull request #1534 from maykinmedia/fix-missing-config-step
Browse files Browse the repository at this point in the history
Add missing entry for OpenKlant2 configuration step
  • Loading branch information
alextreme authored Dec 19, 2024
2 parents 90d0d6c + d8a2d25 commit c026b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/setup_configuration/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ openklant_config:
# OpenKlant2
openklant2_config_enable: true
openklant2_config:
service_identifier: klanten-service
service_identifier: klanten-test
mijn_vragen_kanaal: formulier
mijn_vragen_organisatie_naam: De Gemeente
mijn_vragen_actor: e412c6f6-bc31-4fd4-b883-0fb5e88d3f5b
Expand Down
1 change: 1 addition & 0 deletions src/open_inwoner/conf/app/setup_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"zgw_consumers.contrib.setup_configuration.steps.ServiceConfigurationStep",
"open_inwoner.configurations.bootstrap.zgw.OpenZaakConfigurationStep",
"open_inwoner.configurations.bootstrap.openklant.OpenKlantConfigurationStep",
"open_inwoner.configurations.bootstrap.openklant.OpenKlant2ConfigurationStep",
]
OIP_ORGANIZATION = config("OIP_ORGANIZATION", "")

Expand Down

0 comments on commit c026b82

Please sign in to comment.