mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 16:18:44 +05:00
fix GetAccounts with mongo
This commit is contained in:
@@ -10,19 +10,19 @@
|
||||
"http": ":2080", // HTTP listening address
|
||||
},
|
||||
|
||||
//"tariffplan_db": { // database used to store offline tariff plans and CDRs
|
||||
// "db_type": "mongo", // stor database type to use: <mysql|postgres>
|
||||
// "db_host": "127.0.0.1", // the host to connect to
|
||||
// "db_port": 27017, // the port to reach the stordb
|
||||
// "db_name": "tpdb",
|
||||
//},
|
||||
//
|
||||
//"data_db": { // database used to store offline tariff plans and CDRs
|
||||
// "db_type": "mongo", // stor database type to use: <mysql|postgres>
|
||||
// "db_host": "127.0.0.1", // the host to connect to
|
||||
// "db_port": 27017, // the port to reach the stordb
|
||||
// "db_name": "datadb",
|
||||
//},
|
||||
"tariffplan_db": { // database used to store offline tariff plans and CDRs
|
||||
"db_type": "mongo", // stor database type to use: <mysql|postgres>
|
||||
"db_host": "127.0.0.1", // the host to connect to
|
||||
"db_port": 27017, // the port to reach the stordb
|
||||
"db_name": "tpdb",
|
||||
},
|
||||
|
||||
"data_db": { // database used to store offline tariff plans and CDRs
|
||||
"db_type": "mongo", // stor database type to use: <mysql|postgres>
|
||||
"db_host": "127.0.0.1", // the host to connect to
|
||||
"db_port": 27017, // the port to reach the stordb
|
||||
"db_name": "datadb",
|
||||
},
|
||||
|
||||
"stor_db": { // database used to store offline tariff plans and CDRs
|
||||
"db_type": "mongo", // stor database type to use: <mysql|postgres>
|
||||
|
||||
Reference in New Issue
Block a user