You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.4 KiB

2 years ago
{
2 years ago
"ConnectionStrings": {
2 years ago
"Default": "Server=10.164.0.226,51433;Database=Wms_Dy_AnHui;uid=sa;pwd=Microsoft2008;TrustServerCertificate=True",
"DataExchange": "Server=10.164.0.226,51433;Database=Wms_DataExchange_Main_Dy_AnHui;uid=sa;pwd=Microsoft2008;TrustServerCertificate=True",
"MES": "Server=10.164.0.232,1818;Database=MES_AH;uid=AhMesUser;pwd=Faty@Mes_20230312#AH;TrustServerCertificate=True"
2 years ago
},
"AuthServer": {
2 years ago
"Authority": "http://10.164.0.227:60083/",
2 years ago
"RequireHttpsMetadata": "false",
"SwaggerClientId": "admin",
"SwaggerClientSecret": "1q2w3E*",
"grant_type": "password",
"AlwaysAllowAuthorization": true
},
"Authentication": {
"client_id": "Auth_App",
"client_secret": "1q2w3e*",
"grant_type": "password",
"username": "jiekou",
2 years ago
"password": "1q2w3E*"
},
"RemoteServices": {
"BaseData": {
2 years ago
"BaseUrl": "http://10.164.0.227:60084/"
2 years ago
},
"Store": {
2 years ago
"BaseUrl": "http://10.164.0.227:60085/"
2 years ago
},
"Label": {
2 years ago
"BaseUrl": "http://10.164.0.227:60082/"
2 years ago
}
2 years ago
},
"MesOptions": {
"IncomingOptions": {
"Active": true,
"PeriodSeconds": 10,
"BatchSize": 10,
"MaxCount": 100,
"RetryTimes": 3
},
"OutgoingOptions": {
"Active": true,
"PeriodSeconds": 10,
"BatchSize": 10,
"MaxCount": 100,
"RetryTimes": 3
}
}
}