diff options
author | Rasmus Luha <rasmus.luha@ut.ee> | 2025-04-11 00:23:57 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@ut.ee> | 2025-04-11 00:23:57 +0300 |
commit | 439aaa998c0a9b0defe6fa54e58c22f8420f00b7 (patch) | |
tree | 8f940e80b5caa86be3346cd3ca98bb9d0cd61fc4 /config.py | |
parent | 79e76174dec661efc3f5e3cb0e39922d12653d36 (diff) |
add json list items support, start nifi platform upload process
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -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" |