mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 02:56:24 +05:00
29 lines
343 B
JSON
29 lines
343 B
JSON
{
|
|
|
|
"general": {
|
|
"log_level": 7
|
|
},
|
|
|
|
"data_db": {
|
|
"db_type": "*internal"
|
|
},
|
|
|
|
"loaders": [
|
|
{
|
|
"id": "*default",
|
|
"enabled": true,
|
|
"tenant": "cgrates.org",
|
|
"tp_in_dir": "/tmp/TestFltrSepIT/in",
|
|
"tp_out_dir": ""
|
|
}
|
|
],
|
|
|
|
"attributes": {
|
|
"enabled": true
|
|
},
|
|
|
|
"admins": {
|
|
"enabled": true
|
|
}
|
|
|
|
} |