Commit 28bbbcc0 by 岳巧源

add new config

parent 963c4b63
Showing with 6 additions and 6 deletions
...@@ -18,10 +18,10 @@ for i in range(len(item)): ...@@ -18,10 +18,10 @@ for i in range(len(item)):
def migrate_from_lie_scm_order(): def migrate_from_lie_scm_order():
conf = { conf = {
'host': "master.db2.liexindev.me", 'host': "trading-master.ichunt.db",
'port': 3306, 'port': 3306,
'user': "liexin_purchase", 'user': "PurUxts",
'password': "liexin_purchase#zsyM", 'password': "sxmsgxt0t2025067A03AtIljs",
'db': "liexin_purchase", 'db': "liexin_purchase",
'charset': 'utf8' 'charset': 'utf8'
} }
...@@ -131,10 +131,10 @@ def migrate_from_lie_scm_order(): ...@@ -131,10 +131,10 @@ def migrate_from_lie_scm_order():
def migrate_from_stock_in_item(): def migrate_from_stock_in_item():
conf = { conf = {
'host': "master.db2.liexindev.me", 'host': "trading-master.ichunt.db",
'port': 3306, 'port': 3306,
'user': "liexin_purchase", 'user': "PurUxts",
'password': "liexin_purchase#zsyM", 'password': "sxmsgxt0t2025067A03AtIljs",
'db': "liexin_purchase", 'db': "liexin_purchase",
'charset': 'utf8' 'charset': 'utf8'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment