th7/config.toml

38 lines
455 B
TOML
Raw Permalink Normal View History

2023-12-05 17:22:12 +00:00
[TH7]
2023-11-25 10:37:02 +00:00
debug = true
nolog = true
2023-12-05 17:22:12 +00:00
noweb = false
[API]
HTTP.enabled = true
HTTP.port = 8080
HTTP.restricted = false
2022-11-12 14:20:29 +00:00
[DB]
2022-11-12 16:22:55 +00:00
type = "sqlite3"
path = "test.db"
2023-12-05 17:22:12 +00:00
freq = 300
2022-11-12 14:20:29 +00:00
2023-11-21 16:19:20 +00:00
[Channel_1]
2023-11-21 18:44:31 +00:00
type = 'U'
2023-11-21 16:19:20 +00:00
filter.samples = 100
filter.type = 1
2022-12-05 13:12:17 +00:00
[Channel_2]
2022-12-05 13:57:47 +00:00
type = 'N'
2023-11-21 14:45:14 +00:00
filter.samples = 20
2022-12-05 13:57:47 +00:00
[Channel_3]
type = 'T'
2023-11-25 10:37:02 +00:00
gain = 112.5
offset = 12.4
2022-12-05 13:57:47 +00:00
[Channel_4]
2022-12-05 13:12:17 +00:00
type = 'K'
2023-11-25 10:37:02 +00:00
gain = 2.8e2
filter.type = 3
2022-12-05 14:25:48 +00:00
[Channel_6]
type = 'J'
offset = -23.1
2023-11-25 10:37:02 +00:00
log = false