diff --git a/application-templates/javascript/connect.yaml b/application-templates/javascript/connect.yaml index ab26517..013c589 100644 --- a/application-templates/javascript/connect.yaml +++ b/application-templates/javascript/connect.yaml @@ -88,3 +88,13 @@ deployAs: # - key: ENTRY_POINT_URI_PATH # description: The Application entry point URI path identified during registration of Custom Application # required: true +inheritAs: + configuration: + securedConfiguration: + - key: GLOBAL_SECURED_CONFIGURATION + description: This secured configuration will be applied to all applications + required: true + standardConfiguration: + - key: GLOBAL_STANDARD_CONFIGURATION + description: This standard configuration will be applied to all applications + required: true \ No newline at end of file diff --git a/application-templates/typescript/connect.yaml b/application-templates/typescript/connect.yaml index 2631a22..bdfcdad 100644 --- a/application-templates/typescript/connect.yaml +++ b/application-templates/typescript/connect.yaml @@ -88,3 +88,13 @@ deployAs: # - key: ENTRY_POINT_URI_PATH # description: The Application entry point URI path identified during registration of Custom Application # required: true +inheritAs: + configuration: + securedConfiguration: + - key: GLOBAL_SECURED_CONFIGURATION + description: This secured configuration will configuration will be applied to all applications + required: true + standardConfiguration: + - key: GLOBAL_STANDARD_CONFIGURATION + description: This standard configuration will configuration will be applied to all applications + required: true \ No newline at end of file