summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorRasmus Luha <rasmus.luha@ut.ee>2025-04-23 00:04:05 +0300
committerRasmus Luha <rasmus.luha@ut.ee>2025-04-23 00:04:05 +0300
commit003351a014acbe7f56b23806f8068502f25d8b8f (patch)
treef1cc54c293e4d703a89a3899a062ba5f0cf61980 /config.py
parentea4cfadef55319da613901017a586043e75e769f (diff)
splitJson template fix, minor fixes, nifi almost done - needs password encryption
Diffstat (limited to 'config.py')
-rw-r--r--config.py6
1 files changed, 3 insertions, 3 deletions
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&current_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"