From 0d877dc35d5f23d074fa0ddb0a7f5efbe3495cc0 Mon Sep 17 00:00:00 2001 From: porosnicuadrian Date: Wed, 29 Sep 2021 15:05:26 +0300 Subject: [PATCH] Fixed loaders config accounts section --- config/config_defaults.go | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config/config_defaults.go b/config/config_defaults.go index 7ec2b20c9..d04286ea6 100644 --- a/config/config_defaults.go +++ b/config/config_defaults.go @@ -972,18 +972,18 @@ const CGRATES_CFG_JSON = ` {"tag": "Tenant", "path": "Tenant", "type": "*variable", "value": "~*req.0", "mandatory": true}, {"tag": "ID", "path": "ID", "type": "*variable", "value": "~*req.1", "mandatory": true}, {"tag": "FilterIDs", "path": "FilterIDs", "type": "*variable", "value": "~*req.2"}, - {"tag": "Weight", "path": "Weight", "type": "*variable", "value": "~*req.3"}, - {"tag": "BalanceID", "path": "BalanceID", "type": "*variable", "value": "~*req.4"}, - {"tag": "BalanceFilterIDs", "path": "BalanceFilterIDs", "type": "*variable", "value": "~*req.5"}, - {"tag": "BalanceWeight", "path": "BalanceWeight", "type": "*variable", "value": "~*req.6"}, - {"tag": "BalanceBlocker", "path": "BalanceBlocker", "type": "*variable", "value": "~*req.7"}, + {"tag": "Weights", "path": "Weight", "type": "*variable", "value": "~*req.3"}, + {"tag": "Opts", "path": "Opts", "type": "*variable", "value": "~*req.4"}, + {"tag": "BalanceID", "path": "BalanceID", "type": "*variable", "value": "~*req.5"}, + {"tag": "BalanceFilterIDs", "path": "BalanceFilterIDs", "type": "*variable", "value": "~*req.6"}, + {"tag": "BalanceWeights", "path": "BalanceWeight", "type": "*variable", "value": "~*req.7"}, {"tag": "BalanceType", "path": "BalanceType", "type": "*variable", "value": "~*req.8"}, - {"tag": "BalanceOpts", "path": "BalanceOpts", "type": "*variable", "value": "~*req.9"}, - {"tag": "BalanceCostIncrements", "path": "BalanceCostIncrements", "type": "*variable", "value": "~*req.10"}, - {"tag": "BalanceAttributeIDs", "path": "BalanceAttributeIDs", "type": "*variable", "value": "~*req.11"}, - {"tag": "BalanceRateProfileIDs", "path": "BalanceRateProfileIDs", "type": "*variable", "value": "~*req.12"}, - {"tag": "BalanceUnitFactors", "path": "BalanceUnitFactors", "type": "*variable", "value": "~*req.13"}, - {"tag": "BalanceUnits", "path": "BalanceUnits", "type": "*variable", "value": "~*req.14"}, + {"tag": "BalanceUnits", "path": "BalanceUnits", "type": "*variable", "value": "~*req.9"}, + {"tag": "BalanceUnitFactors", "path": "BalanceUnitFactors", "type": "*variable", "value": "~*req.10"}, + {"tag": "BalanceOpts", "path": "BalanceOpts", "type": "*variable", "value": "~*req.11"}, + {"tag": "BalanceCostIncrements", "path": "BalanceCostIncrements", "type": "*variable", "value": "~*req.12"}, + {"tag": "BalanceAttributeIDs", "path": "BalanceAttributeIDs", "type": "*variable", "value": "~*req.13"}, + {"tag": "BalanceRateProfileIDs", "path": "BalanceRateProfileIDs", "type": "*variable", "value": "~*req.14"}, {"tag": "ThresholdIDs", "path": "ThresholdIDs", "type": "*variable", "value": "~*req.15"}, ], },