th7/config.toml

20 lines
167 B
TOML
Raw Normal View History

2022-11-12 14:20:29 +00:00
[TH7]
port = 8080
2022-11-12 16:22:55 +00:00
logfreq = 60
2022-11-12 14:20:29 +00:00
[DB]
2022-11-12 16:22:55 +00:00
type = "sqlite3"
path = "test.db"
2022-11-12 14:20:29 +00:00
2022-12-05 13:57:47 +00:00
[Channel_1]
type = 'J'
2022-12-05 13:12:17 +00:00
[Channel_2]
2022-12-05 13:57:47 +00:00
type = 'N'
[Channel_3]
type = 'T'
[Channel_4]
2022-12-05 13:12:17 +00:00
type = 'K'