Files
tele-recv/telegram.yaml
T

14 lines
148 B
YAML
Raw Normal View History

2020-12-21 11:19:53 +08:00
serial:
device: ttyS1
baudrate: 9600
bytesize: 7
2020-12-21 16:18:22 +08:00
lograw: true
2020-12-21 11:19:53 +08:00
sqlite:
file: telegram.db
2020-12-21 11:36:08 +08:00
init: true
2020-12-21 17:58:30 +08:00
socket:
address: 127.0.0.1:6000