Dynamically alter docs URL based on airgap setting

This commit is contained in:
Jason Ertel
2020-10-13 12:29:55 -04:00
parent a75e986836
commit 2ad6ab7dfc

View File

@@ -54,6 +54,11 @@
}
},
"client": {
{%- if ISAIRGAP is sameas true -%}
"docsUrl": "/docs/,
{%- else %}
"docsUrl": "https://docs.securityonion.net/en/2.3/",
{%- endif %}
"hunt": {
"advanced": true,
"groupItemsPerPage": 10,