贾荣国
3 years ago
6 changed files with 51 additions and 13 deletions
@ -0,0 +1,2 @@ |
|||
{ |
|||
} |
@ -0,0 +1,37 @@ |
|||
{ |
|||
"App": { |
|||
"SelfUrl": "https://scp.iacchina.net:9988", |
|||
"CorsOrigins": "https://scp.iacchina.net:9977,https://scp.iacchina.net:9988,https://localhost:9977,https://localhost:9988", |
|||
"RedirectAllowedUrls": "https://scp.iacchina.net:9977,https://scp.iacchina.net:9988" |
|||
}, |
|||
"ConnectionStrings": { |
|||
"Default": "Server=127.0.0.1;Database=Scp_WebApi;User ID=sa;Password=Microsoft2008;connection timeout=600;", |
|||
"V1Scp": "Server=127.0.0.1;Database=Scp_V1;User ID=sa;Password=Microsoft2008;connection timeout=600;" |
|||
}, |
|||
"AuthServer": { |
|||
"Authority": "https://scp.iacchina.net:9988", |
|||
"RequireHttpsMetadata": "false", |
|||
"SwaggerClientId": "WebApi_Swagger", |
|||
"SwaggerClientSecret": "1q2w3e*" |
|||
}, |
|||
"IdentityServer": { |
|||
"Clients": { |
|||
"WebApi_Web": { |
|||
"ClientId": "WebApi_Web", |
|||
"ClientSecret": "1q2w3e*", |
|||
"RootUrl": "https://scp.iacchina.net:9988" |
|||
}, |
|||
"WebApi_App": { |
|||
"ClientId": "WebApi_App", |
|||
"ClientSecret": "1q2w3e*", |
|||
"RootUrl": "https://scp.iacchina.net:9988" |
|||
}, |
|||
"WebApi_Swagger": { |
|||
"ClientId": "WebApi_Swagger", |
|||
"ClientSecret": "1q2w3e*", |
|||
"RootUrl": "https://scp.iacchina.net:9988" |
|||
} |
|||
} |
|||
}, |
|||
"AlwaysAllowAuthorization": false |
|||
} |
@ -0,0 +1,2 @@ |
|||
{ |
|||
} |
Loading…
Reference in new issue