mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 19:56:38 +05:00
Fixed loaders config accounts section
This commit is contained in:
committed by
Dan Christian Bogos
parent
5c67d6fd2d
commit
0d877dc35d
@@ -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"},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user