summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorRasmus Luha <rasmus.luha@ut.ee>2025-04-26 01:10:52 +0300
committerRasmus Luha <rasmus.luha@ut.ee>2025-04-26 01:10:52 +0300
commit6b3c096f6efea8855772c7faffa90f71861290bd (patch)
treeb8b820dc282578851892c8e9fab0b937dcb6cb78 /config.py
parent0a16e0e3e586456cf2e86dbdad4b66787b036a5d (diff)
telegraf initial pluggin modifiying implemented
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 3b1f304..684349c 100644
--- a/config.py
+++ b/config.py
@@ -23,7 +23,7 @@ API_FIELDS={'temperature': '.current_weather.temperature', 'windspeed': '.curren
API_USERNAME="Placeholder"
API_PASSWORD="Placehoder"
PIPELINE_SCHEDULING_PERIOD="5 sec"
-PIPELINE_NAME="test_pipeline.json"
+PIPELINE_NAME="test_pipeline"