Add Globals

This commit is contained in:
Mike Reeves
2024-01-29 15:22:20 -05:00
parent 5b05aec96a
commit 0c969312e2
5 changed files with 22 additions and 3 deletions

View File

@@ -23,13 +23,22 @@
"importer": {},
"statickeyauth": {
"apiKey": "{{ GLOBALS.sensoroni_key }}"
{%- if PCAPMERGED.enabled %}
{%- if PCAPMERGED.enabled %}
{%- if PCAPENGINE.steno %}
},
"stenoquery": {
"executablePath": "/opt/sensoroni/scripts/stenoquery.sh",
"pcapInputPath": "/nsm/pcap",
"pcapOutputPath": "/nsm/pcapout"
}
{%- elif PCAPENGINE.suri %}
},
"suriquery": {
"executablePath": "/opt/sensoroni/scripts/suriquery.sh",
"pcapInputPath": "/nsm/suripcap",
"pcapOutputPath": "/nsm/pcapout"
}
{%- endif %}
{%- else %}
}
{%- endif %}