Files
cgrates/data/conf/samples/dataconverter_internal/cgrates.json
2025-11-12 12:54:46 +01:00

104 lines
2.8 KiB
JSON

{
"logger": {
"level": 7
},
"db": {
"db_conns": {
"*default": {
"db_type": "*internal",
"opts":{
"internalDBRewriteInterval": "0s",
"internalDBDumpInterval": "0s"
}
},
}
},
"attributes": {
"enabled": true
},
"loaders": [
{
"id": "*default",
"enabled": true,
"tenant": "cgrates.org",
"tp_in_dir": "/tmp/TestDataConverter/in",
"tp_out_dir": ""
},
{
"id": "remove",
"action": "*remove",
"enabled": true,
"tenant": "cgrates.org",
"tp_in_dir": "/tmp/TestDataConverter/in",
"tp_out_dir": "",
"data":[
{
"type": "*attributes",
"file_name": "Attributes.csv",
"fields": [{"tag": "BaseTmpl","type": "*template", "value": "baseTmpl"}]
},
{
"type": "*resources",
"file_name": "Resources.csv",
"fields": [{"tag": "BaseTmpl","type": "*template", "value": "baseTmpl"}]
},
{
"type": "*stats",
"file_name": "Stats.csv",
"fields": [{"tag": "BaseTmpl","type": "*template", "value": "baseTmpl"}]
},
{
"type": "*thresholds",
"file_name": "Thresholds.csv",
"fields": [{"tag": "BaseTmpl","type": "*template", "value": "baseTmpl"}]
},
{
"type": "*routes",
"file_name": "Routes.csv",
"fields": [{"tag": "BaseTmpl","type": "*template", "value": "baseTmpl"}]
},
{
"type": "*chargers",
"file_name": "Chargers.csv",
"fields": [{"tag": "BaseTmpl","type": "*template", "value": "baseTmpl"}]
},
{
"type": "*rate_profiles",
"file_name": "Rates.csv",
"fields": [{"tag": "BaseTmpl","type": "*template", "value": "baseTmpl"}]
},
{
"type": "*action_profiles",
"file_name": "Actions.csv",
"fields": [{"tag": "BaseTmpl","type": "*template", "value": "baseTmpl"}]
},
{
"type": "*accounts",
"file_name": "Accounts.csv",
"fields": [{"tag": "BaseTmpl","type": "*template", "value": "baseTmpl"}]
},
{
"type": "*filters",
"file_name": "Filters.csv",
"fields": [{"tag": "BaseTmpl","type": "*template", "value": "baseTmpl"}]
}
]
}
],
"templates": {
"baseTmpl": [
{"tag": "Tenant", "path": "Tenant", "type": "*variable", "value": "~*req.0", "mandatory": true},
{"tag": "ID", "path": "ID", "type": "*variable", "value": "~*req.1", "mandatory": true}
]
},
"admins": {
"enabled": true
}
}