修改接口,搅拌楼部署
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
import os
|
||||
|
||||
# API配置
|
||||
BASE_URL = "http://127.0.0.1:5000"#https://www.shnthy.com:9154
|
||||
BASE_URL = "http://10.6.60.153:9155"#替换"http://127.0.0.1:5000"#https://www.shnthy.com:9154
|
||||
LOGIN_DATA = {
|
||||
"Program": 11,
|
||||
"SC": "1000000001",
|
||||
@ -19,7 +19,7 @@ SQL_SERVER_CONFIG = {
|
||||
"server": "127.0.0.1",
|
||||
"database": "BS23DB",
|
||||
"username": "sa",
|
||||
"password": "123"
|
||||
"password": "sa@123456"
|
||||
}
|
||||
|
||||
# TCP配置
|
||||
|
||||
Reference in New Issue
Block a user