Update legacy.go

This commit is contained in:
dormanze 2025-10-25 10:44:41 +08:00
parent 1471425031
commit 26de99be6e

View file

@ -134,6 +134,10 @@ func SetNotifyAMQP(s config.Config, amqpName string, cfg target.AMQPArgs) error
Key: target.AmqpQueue,
Value: cfg.Queue,
},
config.KV{
Key: target.AmqpQueueType,
Value: cfg.QueueType,
},
config.KV{
Key: target.AmqpTLSSkipVerify,
Value: config.FormatBool(cfg.TLS.SkipVerify),