mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Added config to remove webapps
This commit is contained in:
parent
5cd3b6a2a8
commit
9874844082
@ -965,6 +965,12 @@
|
||||
<filtered>true</filtered>
|
||||
<fileMode>644</fileMode>
|
||||
</file>
|
||||
<file>
|
||||
<source>src/repository/resources/appm-tenant-conf.xml</source>
|
||||
<outputDirectory>${pom.artifactId}-${pom.version}/repository/resources</outputDirectory>
|
||||
<filtered>true</filtered>
|
||||
<fileMode>644</fileMode>
|
||||
</file>
|
||||
<!--License Config file-->
|
||||
<file>
|
||||
<source>
|
||||
|
||||
@ -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
Block a user