2024-07-22 12:42:30 +08:00
|
|
|
[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"
|
2024-07-22 16:23:15 +08:00
|
|
|
ack_wait = "5s"
|
|
|
|
|
|
|
|
|
|
[hasura]
|
|
|
|
|
endpoint = "http://localhost:8080/v1/graphql"
|
|
|
|
|
secret = "aviation-test"
|