diff --git a/config.template.yaml b/config.template.yaml index 47f6e007fa1f889562fcecf6beadb5c44733d9e6..745d48e1ca0e1d47691b0264f657a9241e8c73d2 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