diff --git a/data/conf/samples/cgradmin/cgradmin.json b/data/conf/samples/cgradmin/cgradmin.json index e09f94c20..2f6f9e4a1 100644 --- a/data/conf/samples/cgradmin/cgradmin.json +++ b/data/conf/samples/cgradmin/cgradmin.json @@ -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: +// "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: +// "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: "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": { diff --git a/glide.lock b/glide.lock index e35ffe2f0..14633d978 100644 --- a/glide.lock +++ b/glide.lock @@ -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: []