Files
go-caatsm/configs/config.dev.toml
T
windyboy 0391f9f481 refactor: Update ARR body parsing logic
The code changes in `aviation_parser_test.go` update the ARR body parsing logic. The `ParseHeader` function now correctly handles ARR bodies with optional time components. This ensures accurate parsing of ARR bodies and improves the overall functionality of the aviation parser.
2024-07-22 12:42:30 +08:00

14 lines
227 B
TOML

[nats]
url = "nats://localhost:4222"
client = "serial-client"
cluster = "tele-cluster"
[subscription]
topic = "Telegram.Serial"
queue = "tele-queue"
[timeouts]
server = "5s"
reconnect_wait = "5s"
close = "10s"
ack_wait = "5s"