parent
5cd3b6a2a8
commit
9874844082
@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
Tenant specific configurations for appmgt
|
||||||
|
|
||||||
|
-->
|
||||||
|
<AppMgt>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Configures the app subscription types.
|
||||||
|
-->
|
||||||
|
<Subscriptions>
|
||||||
|
<EnableSelfSubscription>false</EnableSelfSubscription>
|
||||||
|
<EnableEnterpriseSubscription>false</EnableEnterpriseSubscription>
|
||||||
|
</Subscriptions>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
These types in the configuration provides a list of enabled types in the APP Manager.
|
||||||
|
If web app is commented, it will be hidden from APP Manager. These type values can be read as artifact types in RXT template
|
||||||
|
-->
|
||||||
|
<EnabledAssetTypes>
|
||||||
|
<Type>mobileapp</Type>
|
||||||
|
</EnabledAssetTypes>
|
||||||
|
|
||||||
|
</AppMgt>
|
Loading…
Reference in new issue