updated dependencies

This commit is contained in:
Radu Ioan Fericean
2016-03-07 17:51:25 +02:00
parent a1f9bda028
commit 68392af30a
2 changed files with 17 additions and 2 deletions

View File

@@ -10,11 +10,25 @@
"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",
//},
"stor_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": "cgrates",
"db_name": "stordb",
},
"rater": {

3
glide.lock generated
View File

@@ -1,5 +1,5 @@
hash: fde526f5fcd62d6b306dd6c4e30c6aa29ee3bfd625ffef3906c4d032eda7e9ec
updated: 2016-02-19T13:46:35.353761268+02:00
updated: 2016-03-07T10:29:17.780762339+02:00
imports:
- name: github.com/cenkalti/hub
version: 57d753b5f4856e77b3cf8ecce78c97215a7d324d
@@ -64,5 +64,6 @@ imports:
version: e30de8ac9ae3b30df7065f766c71f88bba7d4e49
subpackages:
- bson
- internal/sasl
- internal/scram
devImports: []