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.
48 lines
1.8 KiB
48 lines
1.8 KiB
2 years ago
|
{
|
||
|
"Urls": "http://localhost:9094",
|
||
|
"App": {
|
||
|
"CorsOrigins": [
|
||
|
//--------HTTP-------本地服务器
|
||
|
"http://localhost:9090", //PC-界面
|
||
|
"http://localhost:9091", //手持-界面
|
||
|
"http://localhost:9093", //权限
|
||
|
"http://localhost:9094", //基础数据-接口
|
||
|
"http://localhost:9095", //WMS-接口
|
||
|
"http://localhost:9096", //PDA-接口
|
||
|
"http://localhost:9097", //数据转换
|
||
|
"http://localhost:9099", //网关
|
||
|
//--------HTTPS-------本地服务器
|
||
|
"https://localhost:9090", //PC-界面
|
||
|
"https://localhost:9091", //手持-界面
|
||
|
"https://localhost:9093", //权限
|
||
|
"https://localhost:9094", //基础数据-接口
|
||
|
"https://localhost:9095", //WMS-接口
|
||
|
"https://localhost:9096", //PDA-接口
|
||
|
"https://localhost:9097", //数据转换
|
||
|
"https://localhost:9099" //网关
|
||
|
]
|
||
|
},
|
||
|
"ConnectionStrings": {
|
||
|
"Default": "Server=dev.cd-top.com,51433;Database=Store_Main;uid=sa;pwd=Microsoft2008;Packet Size=512;",
|
||
|
"Basedata": "Server=dev.cd-top.com,51433;Database=Basedata_Main;uid=sa;pwd=Microsoft2008;",
|
||
|
"FileStorage": "Server=dev.cd-top.com,51433;Database=FileStorage;uid=sa;pwd=Microsoft2008;Packet Size=512;",
|
||
|
"AbpBlobStoring": "Server=dev.cd-top.com,51433;Database=FileStorage;uid=sa;pwd=Microsoft2008;Packet Size=512;",
|
||
|
"AbpAuditLogging": "Server=dev.cd-top.com,51433;Database=AbpAuditLogging;uid=sa;pwd=Microsoft2008;"
|
||
|
},
|
||
|
"Redis": {
|
||
|
"Configuration": "dev.cd-top.com:56379",
|
||
|
"Enable": true
|
||
|
},
|
||
|
"AuthServer": {
|
||
|
"Authority": "http://dev.cd-top.com:9093/",
|
||
|
"RequireHttpsMetadata": "false",
|
||
|
"SwaggerClientId": "Auth_App",
|
||
|
"SwaggerClientSecret": "1q2w3e*",
|
||
|
"ClientId": "Auth_App",
|
||
|
"ClientSecret": "1q2w3e*",
|
||
|
"AlwaysAllowAuthorization": true
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|