Skip to content

Commit

Permalink
first commit: prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxiao committed Nov 10, 2016
1 parent 67b92e6 commit 49c6576
Show file tree
Hide file tree
Showing 3 changed files with 842 additions and 0 deletions.
23 changes: 23 additions & 0 deletions cs_settings_CRM0.py
@@ -0,0 +1,23 @@

db_host_src = '10.0.200.195'
db_host_dst = '10.0.200.195'

TABLES_CHECK = {"d_name": ["t_1", "t_2"],
"d_name2": ["t_3"]}

DB_SOURCE = {'db_host': db_host_src,
'db_port': 3306,
'db_user': 'ecuser',
'db_pass': 'ecuser',
'db_charset': 'latin1',
'result_charset': 'latin-1'}

DB_TARGET = {'db_host': db_host_dst,
'db_port': 3307,
'db_user': 'ecuser',
'db_pass': 'ecuser',
'db_charset': 'utf8mb4',
'result_charset': 'utf-8'}


DB_ID_CS = 'qa-crm0'

0 comments on commit 49c6576

Please sign in to comment.