From 6816e42d36321a7da75a32db3e8eed54dd0ec12c Mon Sep 17 00:00:00 2001 From: andronache Date: Fri, 7 May 2021 14:50:54 +0300 Subject: [PATCH] Added Opts to Event Exporter in config_defaults.go --- config/config_defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_defaults.go b/config/config_defaults.go index 383c9df0f..0d5acb748 100644 --- a/config/config_defaults.go +++ b/config/config_defaults.go @@ -373,7 +373,7 @@ const CGRATES_CFG_JSON = ` // "queueIDProcessed": "", // the queue id for AMQP, AMQPv1, SQS and S3 readers were the events are sent after they are processed // FileCSV, FlatStore and PartialCSV - // "lazyQuotes": false, // if a quote may appear in an unquoted field and a non-doubled quote may appear in a quoted field + // "lazyQuotes": false, // if a quote may appear in an unquoted field and a non-doubled quote may appear in a quoted field // AMQP // "consumerTag": "cgrates", // the ID of the consumer