11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
[postgresql]
|
|
host = localhost
|
|
port = 5432
|
|
database = datastore
|
|
user = postgres
|
|
password = postgres
|
|
schema = public
|
|
tablename=irrigation_data
|
|
|
|
[logging]
|
|
level = INFO |