From 003351a014acbe7f56b23806f8068502f25d8b8f Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Wed, 23 Apr 2025 00:04:05 +0300 Subject: splitJson template fix, minor fixes, nifi almost done - needs password encryption --- config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.py') diff --git a/config.py b/config.py index c737dc8..b171425 100644 --- a/config.py +++ b/config.py @@ -1,4 +1,4 @@ -INTERACTIVE_MODE=False +INTERACTIVE_MODE=True ## Nifi NIFI_USER="lab08nifiuser" @@ -26,7 +26,7 @@ DB_PASS="admin" ## Needed if Interactive mode turned off API_URL="https://api.open-meteo.com/v1/forecast?latitude=58.38&longitude=26.72¤t_weather=true" API_FIELDS={'temperature': '.current_weather.temperature', 'windspeed': '.current_weather.windspeed'} -API_URL_USERNAME="TODO" -API_URL_PASSWORD="TODO" +API_USERNAME="TODO" +API_PASSWORD="TODO" PIPELINE_SCHEDULING_PERIOD="5 sec" PIPELINE_NAME="test_pipeline.json" -- cgit v1.2.3