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.
52 lines
1.9 KiB
52 lines
1.9 KiB
2 years ago
|
{
|
||
|
"Urls": "http://10.74.150.81:20094",
|
||
|
"App": {
|
||
|
"CorsOrigins": [
|
||
|
"http://10.74.150.81:9000", //9000
|
||
|
"http://10.74.150.81:9004", //9004
|
||
|
//--------HTTP-------DEV服务器
|
||
|
"http://10.74.150.81:20090", //PC-界面
|
||
|
"http://10.74.150.81:20091", //手持-界面
|
||
|
"http://10.74.150.81:20093", //权限
|
||
|
"http://10.74.150.81:20094", //基础数据-接口
|
||
|
"http://10.74.150.81:20095", //WMS-接口
|
||
|
"http://10.74.150.81:20096", //PDA-接口
|
||
|
"http://10.74.150.81:20097", //数据转换
|
||
|
"http://10.74.150.81:20099", //网关
|
||
|
|
||
|
//--------HTTPS-------DEV服务器
|
||
|
"https://10.74.150.81:20090", //PC-界面
|
||
|
"https://10.74.150.81:20091", //手持-界面
|
||
|
"https://10.74.150.81:20093", //权限
|
||
|
"https://10.74.150.81:20094", //基础数据-接口
|
||
|
"https://10.74.150.81:20095", //WMS-接口
|
||
|
"https://10.74.150.81:20096", //PDA-接口
|
||
|
"https://10.74.150.81:20097", //数据转换
|
||
|
"https://10.74.150.81:20099" //网关
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"ConnectionStrings": {
|
||
|
"Default": "Server=10.74.150.81;Database=Store_Main;uid=wms;pwd=Microsoft2008;Packet Size=512;",
|
||
|
"Basedata": "Server=10.74.150.81;Database=Basedata_Main;uid=wms;pwd=Microsoft2008;",
|
||
|
"FileStorage": "Server=10.74.150.81;Database=FileStorage;uid=wms;pwd=Microsoft2008;Packet Size=512;",
|
||
|
"AbpBlobStoring": "Server=10.74.150.81;Database=FileStorage;uid=wms;pwd=Microsoft2008;Packet Size=512;",
|
||
|
"AbpAuditLogging": "Server=10.74.150.81;Database=AbpAuditLogging;uid=wms;pwd=Microsoft2008;"
|
||
|
},
|
||
|
"Redis": {
|
||
|
"Configuration": "10.74.150.81:6379",
|
||
|
"Enable": true
|
||
|
},
|
||
|
"AuthServer": {
|
||
|
"Authority": "http://10.74.150.81:20093/",
|
||
|
"RequireHttpsMetadata": "false",
|
||
|
"SwaggerClientId": "Auth_App",
|
||
|
"SwaggerClientSecret": "1q2w3e*",
|
||
|
"ClientId": "Auth_App",
|
||
|
"ClientSecret": "1q2w3e*",
|
||
|
"AlwaysAllowAuthorization": false
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|