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)):
def migrate_from_lie_scm_order():
conf = {
'host': "master.db2.liexindev.me",
'host': "trading-master.ichunt.db",
'port': 3306,
'user': "liexin_purchase",
'password': "liexin_purchase#zsyM",
'user': "PurUxts",
'password': "sxmsgxt0t2025067A03AtIljs",
'db': "liexin_purchase",
'charset': 'utf8'
}
......@@ -131,10 +131,10 @@ def migrate_from_lie_scm_order():
def migrate_from_stock_in_item():
conf = {
'host': "master.db2.liexindev.me",
'host': "trading-master.ichunt.db",
'port': 3306,
'user': "liexin_purchase",
'password': "liexin_purchase#zsyM",
'user': "PurUxts",
'password': "sxmsgxt0t2025067A03AtIljs",
'db': "liexin_purchase",
'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