checkpoint commit
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m3s
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m3s
This commit is contained in:
13
active/device_unifi/config.yaml
Normal file
13
active/device_unifi/config.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user