Refactored dbsmerge_redis script

This commit is contained in:
edwardro22
2017-09-11 09:42:30 +00:00
parent 883818316f
commit 3216d7b3cf
2 changed files with 20 additions and 30 deletions

View File

@@ -3,7 +3,7 @@
# depends:
# ^ mysql (debian: python-mysql.connector)
host = '127.0.0.1'
host = '192.168.100.40'
port = 3306
database = 'cgrates'
user = 'root'