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