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.
66 lines
2.7 KiB
66 lines
2.7 KiB
//dev
|
|
{
|
|
"Urls": "http://localhost:9095",
|
|
"App": {
|
|
"CorsOrigins": [
|
|
//--------HTTP-------本地服务器
|
|
"http://localhost:9090", //PC-界面
|
|
"http://localhost:9091", //手持-界面
|
|
"http://localhost:9092", //Core-接口
|
|
"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:9092", //Core-接口
|
|
"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=Auth_Main;uid=sa;pwd=Microsoft2008;Packet Size=512;",
|
|
"Store": "Server=dev.cd-top.com,51433;Database=Store_Main;uid=sa;pwd=Microsoft2008;Packet Size=512;",
|
|
"Job": "Server=dev.cd-top.com,51433;Database=Job_Module;uid=sa;pwd=Microsoft2008;Packet Size=512;",
|
|
"Basedata": "Server=dev.cd-top.com,51433;Database=Basedata_Main;uid=sa;pwd=Microsoft2008;Packet Size=512;",
|
|
"Inventory": "Server=dev.cd-top.com,51433;Database=Inventory_Main;uid=sa;pwd=Microsoft2008;Packet Size=512;",
|
|
"Message": "Server=dev.cd-top.com,51433;Database=Message_Main;uid=sa;pwd=Microsoft2008;Packet Size=512;",
|
|
"Label": "Server=dev.cd-top.com,51433;Database=Label_Module;uid=sa;pwd=Microsoft2008;Packet Size=512;",
|
|
"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"
|
|
},
|
|
"AuthServer": {
|
|
"UseAuth": "true",
|
|
"Authority": "http://dev.cd-top.com:9093/",
|
|
"RequireHttpsMetadata": "false",
|
|
"SwaggerClientId": "Auth_Swagger",
|
|
"SwaggerClientSecret": "1q2w3e*",
|
|
//是否绕过权限验证
|
|
"AlwaysAllowAuthorization": true
|
|
},
|
|
"RemoteServices": {
|
|
"BaseData": {
|
|
"BaseUrl": "http://dev.cd-top.com:9094/"
|
|
},
|
|
"FileStorage": {
|
|
"BaseUrl": "http://dev.cd-top.com:9092/"
|
|
},
|
|
"Message": {
|
|
"BaseUrl": "http://dev.cd-top.com:9092/"
|
|
},
|
|
"Label": {
|
|
"BaseUrl": "http://dev.cd-top.com:9092/"
|
|
}
|
|
}
|
|
}
|