34 lines
398 B
TOML
34 lines
398 B
TOML
[TH7]
|
|
port = 8080
|
|
debug = true
|
|
nolog = true
|
|
noweb = true
|
|
|
|
[DB]
|
|
type = "sqlite3"
|
|
path = "test.db"
|
|
freq = 60
|
|
|
|
[Channel_1]
|
|
type = 'U'
|
|
filter.samples = 100
|
|
filter.type = 1
|
|
|
|
[Channel_2]
|
|
type = 'N'
|
|
filter.samples = 20
|
|
|
|
[Channel_3]
|
|
type = 'T'
|
|
gain = 112.5
|
|
offset = 12.4
|
|
|
|
[Channel_4]
|
|
type = 'K'
|
|
gain = 2.8e2
|
|
filter.type = 3
|
|
|
|
[Channel_6]
|
|
type = 'J'
|
|
offset = -23.1
|
|
log = false |