贾荣国
3 years ago
9 changed files with 54 additions and 25 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 @@ |
|||||
|
{ |
||||
|
} |
@ -1,9 +0,0 @@ |
|||||
{ |
|
||||
"Logging": { |
|
||||
"LogLevel": { |
|
||||
"Default": "Information", |
|
||||
"Microsoft": "Warning", |
|
||||
"Microsoft.Hosting.Lifetime": "Information" |
|
||||
} |
|
||||
} |
|
||||
} |
|
Loading…
Reference in new issue