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

33 lines
893 B
JSON

{
"logger": {
"type": "*kafkaLog", // controls the destination of logs <*syslog|*stdout|*kafka>
"level": 6, // system level precision for floats
"efs_conns": ["*localhost"],
"opts": {
"kafka_conn": "unavailable_conn:9092", // the connection trough kafka
"kafka_topic": "TutorialTopic", // the topic from where the events are exported
"kafka_attempts": 5 // number of attempts of connecting
}
},
"db": {
"db_conns": {
"*default": {
"db_type": "*internal",
"opts":{
"internalDBRewriteInterval": "0s",
"internalDBDumpInterval": "0s"
}
},
}
},
"efs": {
"enabled": true,
},
"admins": {
"enabled": true,
"ees_conns": ["*localhost"]
}
}