Update cgr-migrator and add support for threshold

This commit is contained in:
TeoV
2018-05-22 07:56:45 -04:00
committed by Dan Christian Bogos
parent c3130e509f
commit 5cab183bf6
18 changed files with 350 additions and 54 deletions

View File

@@ -24,6 +24,7 @@
"stor_db": {
"db_type": "mongo",
"db_name": "cgrates",
"db_port": 27017,
},
@@ -178,4 +179,14 @@
},
"migrator": {
"out_datadb_type": "mongo",
"out_datadb_port": "27017",
"out_datadb_name": "10",
"out_stordb_type": "mongo",
"out_stordb_port": "27017",
"out_stordb_name": "cgrates",
},
}

View File

@@ -307,4 +307,9 @@
},
"migrator":{
"out_stordb_password": "CGRateS.org",
}
}