diff --git a/config.py.example b/config.py.example index 5b2b3a2..c5db45d 100644 --- a/config.py.example +++ b/config.py.example @@ -8,4 +8,6 @@ PARAMS = pika.ConnectionParameters(host='rabbitmq.crans.org', DEVICE = "/dev/ttyAMA0" #Ou USB0 sur oie -QUEUE = 'CransTicket' # ou 'CransTicketDebug' en test +MAINQUEUE = 'CransTicket' +AUXQUEUE = 'CransTicketDebug' +