From fa3252c55f86250d9073f7518c3dbfd92aa775fa Mon Sep 17 00:00:00 2001
From: ddamiron <ddamiron@sii.fr>
Date: Tue, 2 Jul 2019 15:32:07 +0200
Subject: [PATCH] update config template

---
 config.template.yaml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/config.template.yaml b/config.template.yaml
index 47f6e00..745d48e 100644
--- a/config.template.yaml
+++ b/config.template.yaml
@@ -24,9 +24,12 @@ mongo:
 rabbitmq:
 #  host: localhost
   host: rabbitmq
-  port : 5672
-  user : <rabbigmq_user_login>
-  password : <rabbitmq_user_password>
+  port: 5672
+  user: <the_rabbit_username>
+  password: <the_rabbit_password>
+  routing_key_logs: scripts_log_key
+  queue_logs_name: session_logs
+  exchange_logs_name: download_data_grandlyon_com_logs
   routing_key_1: metadata_records_to_process
   queue_name_1:  metadata_records_to_process
   routing_key_2: doc_pages_to_index
-- 
GitLab