From 3104d4fdab9a80ada2c09c5188a920dec939bbe8 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sun, 13 Apr 2025 17:00:46 +0300 Subject: SplitJson inital support added --- config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'config.py') diff --git a/config.py b/config.py index eec0afb..f21307e 100644 --- a/config.py +++ b/config.py @@ -2,6 +2,7 @@ NIFI_USER="lab08nifiuser" NIFI_PASS="tartunifi2023" +NIFI_HOST="https://127.0.0.1.nip.io" NIFI_DEPLOY=False -- cgit v1.2.3