first commit
This commit is contained in:
19
.env
Normal file
19
.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# ===== 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
|
||||
Reference in New Issue
Block a user