mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
9 lines
229 B
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>
|
|
},
|
|
|
|
}
|