Fix config for airgap installs

This commit is contained in:
Mike Reeves
2020-10-20 11:28:49 -04:00
committed by GitHub
parent ba1dfcd774
commit a119d8f27d

View File

@@ -16,7 +16,7 @@
"baseUrl": "/",
"maxPacketCount": 5000,
"htmlDir": "html",
{%- if ISAIRGAP is sameas true -%}
{%- if ISAIRGAP is sameas true %}
"airgapEnabled": true,
{%- else %}
"airgapEnabled": false,
@@ -54,7 +54,7 @@
}
},
"client": {
{%- if ISAIRGAP is sameas true -%}
{%- if ISAIRGAP is sameas true %}
"docsUrl": "/docs/,
{%- else %}
"docsUrl": "https://docs.securityonion.net/en/2.3/",