diff --git a/config/config_defaults.go b/config/config_defaults.go index 0d5acb748..f96d18714 100644 --- a/config/config_defaults.go +++ b/config/config_defaults.go @@ -483,7 +483,7 @@ const CGRATES_CFG_JSON = ` // "dbName": "cgrates", // the name of the database from where the events are exported // "sslmode": "disable", // the postgresSSLMode for postgres - + // Kafka // "topic": "cgrates", // the topic from where the events are exported @@ -499,7 +499,7 @@ const CGRATES_CFG_JSON = ` // "awsKey": "", // AWSKey // "awsSecret": "", // AWSSecret // "awsToken": "", // AWSToken - // "folderPath": "", // AWSFolderPath + // "awsFolderPath": "", // AWSFolderPath }, // extra options for exporter "tenant": "", // tenant used in filterS.Pass diff --git a/utils/consts.go b/utils/consts.go index 15b562d52..32c00afc5 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -2536,7 +2536,7 @@ const ( AWSKey = "awsKey" AWSSecret = "awsSecret" AWSToken = "awsToken" - AWSFolderPath = "folderPath" + AWSFolderPath = "awsFolderPath" KafkaTopic = "topic" KafkaGroupID = "groupID" KafkaMaxWait = "maxWait"