Skip to content

Commit 0667e65

Browse files
author
Ruben van Leeuwen
committed
2023: Removes ACTIVATE_PYDANTICFORMS variable
1 parent 8de3220 commit 0667e65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configuration/configuration.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export const getInitialOrchestratorConfig = (): OrchestratorConfig => {
2121
SUPPORT_MENU_ITEM_URL,
2222
ENABLE_AO_STACK_STATUS,
2323
AO_STACK_STATUS_URL,
24-
ACTIVATE_PYDANTIC_FORMS,
2524
} = getEnvironmentVariables([
2625
'USE_THEME_TOGGLE',
2726
'ENVIRONMENT_NAME',
@@ -38,7 +37,6 @@ export const getInitialOrchestratorConfig = (): OrchestratorConfig => {
3837
'SUPPORT_MENU_ITEM_URL',
3938
'ENABLE_AO_STACK_STATUS',
4039
'AO_STACK_STATUS_URL',
41-
'ACTIVATE_PYDANTIC_FORMS',
4240
]);
4341

4442
const graphqlEndpointCore = `${ORCHESTRATOR_GRAPHQL_HOST}${ORCHESTRATOR_GRAPHQL_PATH}`;
@@ -60,7 +58,5 @@ export const getInitialOrchestratorConfig = (): OrchestratorConfig => {
6058
supportMenuItemUrl: SUPPORT_MENU_ITEM_URL,
6159
enableAoStackStatus: ENABLE_AO_STACK_STATUS?.toLowerCase() === 'true',
6260
aoStackStatusUrl: AO_STACK_STATUS_URL,
63-
activatePydanticForms:
64-
ACTIVATE_PYDANTIC_FORMS?.toLowerCase() === 'true',
6561
};
6662
};

0 commit comments

Comments
 (0)