20 lines
464 B
Bash
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
|