Files
netbox-reporter/.env
ansible user d944e464d0 first commit
2025-10-23 12:56:30 +02:00

20 lines
464 B
Bash

# ===== RabbitMQ (HTTP Management API) =====
# If RabbitMQ is on the same VM, leave localhost and keep network_mode: host in compose.
RMQ_HOST=localhost
RMQ_PORT=15672
# Management user/pass
RMQ_USER=admin
RMQ_PASS=change_me
# Virtual host and queue to poll
VHOST=app
QUEUE=queue_controls
# Poll interval (seconds) when queue is empty
SLEEP_SECS=2
# ===== NetBox =====
NB_URL=http://netbox.gt-tiso.ikeja.co.za
NB_TOKEN=7648e4f5ee370cda7834682e61b47c2ee8e95623