summaryrefslogtreecommitdiff
path: root/config.py
blob: eec0afb30a0f3a29849ae624e3bd4acd39fda0c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Nifi
NIFI_USER="lab08nifiuser"
NIFI_PASS="tartunifi2023"

NIFI_DEPLOY=False


## 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"