mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-29 07:57:52 +02:00
Add new client-side param for cases
This commit is contained in:
@@ -135,6 +135,7 @@
|
|||||||
"webSocketTimeoutMs": {{ WEBSOCKET_TIMEOUT }},
|
"webSocketTimeoutMs": {{ WEBSOCKET_TIMEOUT }},
|
||||||
"tipTimeoutMs": {{ TIP_TIMEOUT }},
|
"tipTimeoutMs": {{ TIP_TIMEOUT }},
|
||||||
"cacheExpirationMs": {{ CACHE_EXPIRATION }},
|
"cacheExpirationMs": {{ CACHE_EXPIRATION }},
|
||||||
|
"casesEnabled": {{ 'true' if CASE_MODULE == 'soc' else 'false' }},
|
||||||
"inactiveTools": [
|
"inactiveTools": [
|
||||||
{%- if PLAYBOOK == 0 %}
|
{%- if PLAYBOOK == 0 %}
|
||||||
"toolPlaybook",
|
"toolPlaybook",
|
||||||
|
|||||||
Reference in New Issue
Block a user