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": "/",
|
||||
"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/",
|
||||
|
||||
Reference in New Issue
Block a user