Files
cgrates/data/conf/samples/storage/mongo/cgrates.json
2015-12-28 19:23:10 +01:00

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