mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
26 lines
727 B
JSON
26 lines
727 B
JSON
{
|
|
"logger": {
|
|
"type": "*kafkaLog", // controls the destination of logs <*syslog|*stdout|*kafka>
|
|
"level": 6, // system level precision for floats
|
|
"opts": {
|
|
"kafka_conn": "unavailable_conn:9092", // the connection trough kafka
|
|
"kafka_topic": "TutorialTopic", // the topic from where the events are exported
|
|
"kafka_attempts": 1, // number of attempts of connecting
|
|
},
|
|
},
|
|
|
|
"data_db": {
|
|
"db_type": "redis",
|
|
"db_port": 6379,
|
|
"db_name": "10",
|
|
},
|
|
|
|
"efs": {
|
|
"enabled": true
|
|
},
|
|
|
|
"admins": {
|
|
"enabled": true,
|
|
"ees_conns": ["*localhost"],
|
|
},
|
|
} |