From f42212afe0cc0de4b321df2cd70d830a3ea06231 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sun, 13 Apr 2025 01:16:54 +0300 Subject: add SplitJson processor support in Nifi --- config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index a41d686..eec0afb 100644 --- a/config.py +++ b/config.py @@ -2,6 +2,8 @@ NIFI_USER="lab08nifiuser" NIFI_PASS="tartunifi2023" +NIFI_DEPLOY=False + ## Database DB_URL="http://influxdb:8086/write?db=nifi_weatherData" -- cgit v1.2.3