csv delimiter

This commit is contained in:
Jason Ertel
2025-10-09 13:02:02 -04:00
parent bad9a16ebb
commit 8f75bfb0a4
3 changed files with 34 additions and 1 deletions

View File

@@ -21,7 +21,13 @@
},
{%- endif %}
"importer": {},
"export": {},
"export": {
"timeoutMs": {{ SENSORONIMERGED.config.export.timeout_ms }},
"cacheRefreshIntervalMs": {{ SENSORONIMERGED.config.export.cache_refresh_interval_ms }},
"exportMetricLimit": {{ SENSORONIMERGED.config.export.export_metric_limit }},
"exportEventLimit": {{ SENSORONIMERGED.config.export.export_event_limit }},
"csvSeparator": "{{ SENSORONIMERGED.config.export.csv_separator }}"
},
"statickeyauth": {
"apiKey": "{{ GLOBALS.sensoroni_key }}"
{% if GLOBALS.is_sensor %}