mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 02:56:24 +05:00
11 lines
220 B
JSON
11 lines
220 B
JSON
{
|
|
// CGRateS Configuration file used for testing mongo implementation
|
|
|
|
"stor_db": {
|
|
"db_type": "mongo", // stor database type to use: <mysql|postgres>
|
|
"db_port": 27017, // the port to reach the stordb
|
|
},
|
|
|
|
|
|
}
|