boxu.zheng
1 year ago
5 changed files with 86 additions and 11 deletions
@ -1,19 +1,45 @@ |
|||
{ |
|||
"App": { |
|||
"SelfUrl": "https://localhost:60069", |
|||
"SelfUrl": "http://localhost:60069", |
|||
//跨域 |
|||
"CorsOrigins": [ |
|||
"http://localhost:9527", |
|||
"http://localhost:9528" |
|||
] |
|||
}, |
|||
//"OpenIddict": { |
|||
// "Applications": { |
|||
// "Winin_Web": { |
|||
// "ClientId": "Winin_Web", |
|||
// "ClientSecret": "1q2w3e*", |
|||
// "RootUrl": "http://localhost:44399", |
|||
// "RequireHttpsMetadata": "false" |
|||
// }, |
|||
// "Winin_App": { |
|||
// "ClientId": "Winin_App", |
|||
// "RootUrl": "http://localhost:4200", |
|||
// "RequireHttpsMetadata": "false" |
|||
// }, |
|||
// "Winin_BlazorServerTiered": { |
|||
// "ClientId": "Winin_BlazorServerTiered", |
|||
// "ClientSecret": "1q2w3e*", |
|||
// "RootUrl": "http://localhost:44392", |
|||
// "RequireHttpsMetadata": "false" |
|||
// }, |
|||
// "Winin_Swagger": { |
|||
// "ClientId": "Winin_Swagger", |
|||
// "RootUrl": "http://localhost:44355", |
|||
// "RequireHttpsMetadata": "false" |
|||
// } |
|||
// } |
|||
//}, |
|||
"ConnectionStrings": { |
|||
"Default": "Server=.;Database=Faster.Zheng.Winin;uid=sa;pwd=sasa;timeout=6000;Encrypt=False" |
|||
//"Default": "Server=dev.ccwin-in.com,13319;Database=Faster.Zheng.Winin;uid=ccwin-in;pwd=Microsoft@2022;timeout=6000;Encrypt=False;" |
|||
//"Default": "Server=.;Database=Faster.Zheng.Winin;uid=sa;pwd=sasa;timeout=6000;Encrypt=False" |
|||
"Default": "Server=dev.ccwin-in.com,13319;Database=Faster.Zheng.Winin;uid=ccwin-in;pwd=Microsoft@2022;timeout=6000;Encrypt=False;" |
|||
}, |
|||
"StringEncryption": { |
|||
"DefaultPassPhrase": "Aj66rJI3krHbVhS6" |
|||
}, |
|||
"AlwaysAllowAuthorization": "True", |
|||
"urls": "https://localhost:60069" |
|||
"urls": "http://localhost:60069" |
|||
} |
|||
|
Loading…
Reference in new issue