bac_monitoring_system/rmq_params.py

10 lines
276 B
Python
Raw Normal View History

2018-04-24 10:37:00 -04:00
#!/usr/bin/env python3
# Things used to establish a connection with the RMQ Server
rmq_params = {'vhost': 'my_vhost',
'username': 'user',
'password': 'pass',
'exchange': 'my_exchange',
'order_queue': 'my_order_queue'}