mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
79 lines
1.2 KiB
JSON
79 lines
1.2 KiB
JSON
{
|
|
// CGRateS Configuration file
|
|
//
|
|
// Used in general_tests
|
|
|
|
"general": {
|
|
"log_level": 7,
|
|
"poster_attempts": 1,
|
|
"failed_posts_ttl": "1",
|
|
},
|
|
|
|
"data_db":{
|
|
"db_type": "*internal"
|
|
},
|
|
|
|
|
|
"attributes": {
|
|
"enabled": true,
|
|
},
|
|
|
|
"chargers":{
|
|
"enabled": true,
|
|
"attributes_conns": ["*internal"],
|
|
},
|
|
|
|
|
|
"ees": {
|
|
"enabled": true,
|
|
"attributes_conns": ["*internal"],
|
|
"exporters": [
|
|
{
|
|
"id": "amqp_test_file",
|
|
"type": "*amqpJSONMap",
|
|
"export_path": "amqps://guest:guest@localhost:256733/",
|
|
"attempts": 1,
|
|
"synchronous": true,
|
|
"fields":[
|
|
{"tag": "*originID", "path": "*exp.*originID", "type": "*variable", "value": "~*opts.*originID"},
|
|
],
|
|
}
|
|
]
|
|
},
|
|
|
|
|
|
|
|
"stats": {
|
|
"enabled": true,
|
|
"store_interval": "-1",
|
|
},
|
|
|
|
"thresholds": {
|
|
"enabled": true,
|
|
"store_interval": "-1",
|
|
},
|
|
|
|
"cdrs": {
|
|
"enabled": true,
|
|
"rates_conns": ["*internal"],
|
|
"attributes_conns": ["*internal"],
|
|
"chargers_conns": ["*internal"],
|
|
"stats_conns": ["*internal"],
|
|
"thresholds_conns": ["*internal"],
|
|
"online_cdr_exports": ["amqp_test_file"],
|
|
"ees_conns": ["*localhost"]
|
|
},
|
|
|
|
|
|
"admins": {
|
|
"enabled": true,
|
|
},
|
|
|
|
"caches":{
|
|
"partitions": {
|
|
"*rpc_responses": {"limit": -1, "ttl": "2s", "static_ttl": false}
|
|
},
|
|
},
|
|
|
|
}
|