Files
tele-recv/telegram.yaml
T

16 lines
177 B
YAML
Raw Normal View History

2020-12-21 11:19:53 +08:00
serial:
device: ttyS1
baudrate: 9600
2020-12-29 16:31:23 +08:00
#bytesize: 8
2020-12-28 11:05:51 +08:00
# 1, 2, 15
2020-12-29 16:31:23 +08:00
#stopbits: 1
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