Add new client-side param for cases

This commit is contained in:
Jason Ertel
2021-12-27 21:53:30 -05:00
parent 194e4119f0
commit f335670b3f

View File

@@ -135,6 +135,7 @@
"webSocketTimeoutMs": {{ WEBSOCKET_TIMEOUT }},
"tipTimeoutMs": {{ TIP_TIMEOUT }},
"cacheExpirationMs": {{ CACHE_EXPIRATION }},
"casesEnabled": {{ 'true' if CASE_MODULE == 'soc' else 'false' }},
"inactiveTools": [
{%- if PLAYBOOK == 0 %}
"toolPlaybook",