Files
cgrates/data/conf/samples/storage/internal/cgrates.json

9 lines
229 B
JSON

{
// CGRateS Configuration file used for testing mysql implementation
"stor_db": { // database used to store offline tariff plans and CDRs
"db_type": "internal", // stor database type to use: <mysql|postgres>
},
}