From 439aaa998c0a9b0defe6fa54e58c22f8420f00b7 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Fri, 11 Apr 2025 00:23:57 +0300 Subject: add json list items support, start nifi platform upload process --- config.py | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'config.py') diff --git a/config.py b/config.py index 1274541..a41d686 100644 --- a/config.py +++ b/config.py @@ -1,4 +1,11 @@ -## TODO -DB=influxdb -DB_USER= -DB_PASS= +## Nifi +NIFI_USER="lab08nifiuser" +NIFI_PASS="tartunifi2023" + + +## Database +DB_URL="http://influxdb:8086/write?db=nifi_weatherData" +DB_USER="admin" + +## TODO - somehow must be hidden inside the pipeline in the end +DB_PASS="admin" -- cgit v1.2.3