th7/config.toml
2022-12-05 13:57:47 +00:00

20 lines
167 B
TOML

[TH7]
port = 8080
logfreq = 60
[DB]
type = "sqlite3"
path = "test.db"
[Channel_1]
type = 'J'
[Channel_2]
type = 'N'
[Channel_3]
type = 'T'
[Channel_4]
type = 'K'