|
1 | 1 | from ..utils import config
|
2 | 2 |
|
3 | 3 | SETUP_CONFIGURATION_STEPS = [
|
4 |
| - "open_inwoner.configurations.bootstrap.zgw.ZakenAPIConfigurationStep", |
5 |
| - "open_inwoner.configurations.bootstrap.zgw.CatalogiAPIConfigurationStep", |
6 |
| - "open_inwoner.configurations.bootstrap.zgw.DocumentenAPIConfigurationStep", |
7 |
| - "open_inwoner.configurations.bootstrap.zgw.FormulierenAPIConfigurationStep", |
| 4 | + "zgw_consumers.contrib.setup_configuration.steps.ServiceConfigurationStep", |
8 | 5 | "open_inwoner.configurations.bootstrap.zgw.ZGWAPIsConfigurationStep",
|
9 |
| - "open_inwoner.configurations.bootstrap.kic.KlantenAPIConfigurationStep", |
10 |
| - "open_inwoner.configurations.bootstrap.kic.ContactmomentenAPIConfigurationStep", |
11 |
| - "open_inwoner.configurations.bootstrap.kic.KICAPIsConfigurationStep", |
12 |
| - "open_inwoner.configurations.bootstrap.siteconfig.SiteConfigurationStep", |
13 |
| - "open_inwoner.configurations.bootstrap.auth.DigiDOIDCConfigurationStep", |
14 |
| - "open_inwoner.configurations.bootstrap.auth.eHerkenningOIDCConfigurationStep", |
15 |
| - "open_inwoner.configurations.bootstrap.auth.AdminOIDCConfigurationStep", |
16 |
| - "open_inwoner.configurations.bootstrap.auth.DigiDSAMLConfigurationStep", |
17 |
| - "open_inwoner.configurations.bootstrap.auth.eHerkenningSAMLConfigurationStep", |
18 |
| - "open_inwoner.configurations.bootstrap.cms.CMSBenefitsConfigurationStep", |
19 |
| - "open_inwoner.configurations.bootstrap.cms.CMSCasesConfigurationStep", |
20 |
| - "open_inwoner.configurations.bootstrap.cms.CMSCollaborateConfigurationStep", |
21 |
| - "open_inwoner.configurations.bootstrap.cms.CMSInboxConfigurationStep", |
22 |
| - "open_inwoner.configurations.bootstrap.cms.CMSProductsConfigurationStep", |
23 |
| - "open_inwoner.configurations.bootstrap.cms.CMSProfileConfigurationStep", |
24 | 6 | ]
|
25 | 7 | OIP_ORGANIZATION = config("OIP_ORGANIZATION", "")
|
26 | 8 |
|
|
0 commit comments