CC-5709: Airtime Analyzer
* Fixed the RabbitMQ setup instructions in the README
This commit is contained in:
parent
451b19150b
commit
c0aee37e37
|
@ -6,7 +6,7 @@ Ghetto temporary installation instructions
|
||||||
|
|
||||||
You will need to allow the "airtime" RabbitMQ user to access all exchanges and queues within the /airtime vhost:
|
You will need to allow the "airtime" RabbitMQ user to access all exchanges and queues within the /airtime vhost:
|
||||||
|
|
||||||
sudo rabbitmqctl set_permissions -p /airtime airtime .* .* .*
|
sudo rabbitmqctl set_permissions -p /airtime airtime .\* .\* .\*
|
||||||
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
|
Loading…
Reference in New Issue