Files
irrigation-model/config.nifi
2025-12-23 08:38:08 +08:00

11 lines
164 B
Plaintext

[postgresql]
host = localhost
port = 5432
database = datastore
user = postgres
password = postgres
schema = public
tablename=irrigation_data
[logging]
level = INFO