Files
cgrates/data/conf/samples/storage/mongo/cgrates.json
2023-10-25 10:16:07 +02:00

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": "",
},
}