From d1cb158da1a9c99007ab7c934e92401824e3a5d6 Mon Sep 17 00:00:00 2001 From: Charlie Jacomme Date: Fri, 4 Sep 2015 11:32:00 +0200 Subject: [PATCH] =?UTF-8?q?[config]=20Vieux=20fichier=20de=20conf=20updat?= =?UTF-8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' +