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