paramétrise la QUEUE côté serveur
This commit is contained in:
parent
b0f3090cfe
commit
e0a0fb60c8
2 changed files with 4 additions and 2 deletions
|
@ -7,3 +7,5 @@ PARAMS = pika.ConnectionParameters(host='rabbitmq.crans.org',
|
|||
port=5671, credentials=CREDS, ssl=True)
|
||||
|
||||
DEVICE = "/dev/ttyAMA0" #Ou USB0 sur oie
|
||||
|
||||
QUEUE = 'CransTicket' # ou 'CransTicketDebug' en test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue