mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fix config for airgap installs
This commit is contained in:
@@ -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/",
|
||||||
|
|||||||
Reference in New Issue
Block a user