mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
added config to j2 file
This commit is contained in:
parent
39b26d58dc
commit
29b561e9c3
@ -28,6 +28,13 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<EnableSSO>true</EnableSSO>
|
<EnableSSO>true</EnableSSO>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<!-- maximum number of login cache entries -->
|
||||||
|
{% if mdm_ui_conf.login_cache_capacity is defined %}
|
||||||
|
<LoginCacheCapacity>{{mdm_ui_conf.login_cache_capacity}}</LoginCacheCapacity>
|
||||||
|
{% else %}
|
||||||
|
<LoginCacheCapacity>10000</LoginCacheCapacity>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<AppRegistration>
|
<AppRegistration>
|
||||||
<Tags>
|
<Tags>
|
||||||
<Tag>application_management</Tag>
|
<Tag>application_management</Tag>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user