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.
 
 
 
 
 
 

47 lines
1.8 KiB

{
"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
}
}