All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m3s
14 lines
454 B
YAML
14 lines
454 B
YAML
rabbitmq:
|
|
host: "rabbitmq.reeselink.com"
|
|
port: 5672
|
|
virtual_host: "/"
|
|
username: "user"
|
|
password: "password"
|
|
|
|
# Which *exchange* (topic) you actually want to listen to.
|
|
# The program will create a temporary queue, bind it to this exchange
|
|
# with the routing key supplied in `routing_key`.
|
|
subscriber:
|
|
exchange: "nic" # ← change to “reese” or any other exchange
|
|
routing_key: "add" # ← could be “add”, “delete”, or any pattern
|