mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
Removing unused cgr-migrator.cfg
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
# cgr-migrator configuration file
|
||||
|
||||
[general]
|
||||
datadb_encoding = json
|
||||
|
||||
[data_db]
|
||||
db_type = redis
|
||||
db_host = 127.0.0.1
|
||||
db_port = 6379
|
||||
db_name = 10
|
||||
db_user = cgrates
|
||||
db_password =
|
||||
|
||||
[stor_db]
|
||||
db_type = mysql
|
||||
db_host = 127.0.0.1
|
||||
db_port = 3306
|
||||
db_name = cgrates
|
||||
db_user = cgrates
|
||||
db_password = CGRateS.or
|
||||
|
||||
[out_data_db]
|
||||
db_type = redis
|
||||
db_host = 127.0.0.1
|
||||
db_port = 6379
|
||||
db_name = 10
|
||||
db_user = cgrates
|
||||
db_password =
|
||||
|
||||
[out_stor_db]
|
||||
db_type = mysql
|
||||
db_host = 127.0.0.1
|
||||
db_port = 3306
|
||||
db_name = cgrates
|
||||
db_user = cgrates
|
||||
db_password = CGRateS.or
|
||||
Reference in New Issue
Block a user