add testing, reverse engineered / generated from OpenDTU source to improve compatibility testing and detecting regressions early.
This commit is contained in:
parent
6b496a39ee
commit
99959726c8
12 changed files with 2888 additions and 0 deletions
10
testdata/test_config.json
vendored
Normal file
10
testdata/test_config.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"db": "postgres://user:password@localhost:5432/opendtu",
|
||||
"opendtu_address": "192.168.1.100",
|
||||
"opendtu_auth": true,
|
||||
"opendtu_username": "admin",
|
||||
"opendtu_password": "secret123",
|
||||
"timescaledb": true,
|
||||
"tz": "Europe/Amsterdam",
|
||||
"log_level": "INFO"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue