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.
37 lines
1.1 KiB
37 lines
1.1 KiB
{
|
|
"App": {
|
|
"SelfUrl": "https://localhost:9988",
|
|
"CorsOrigins": "https://localhost:9977,https://localhost:9988",
|
|
"RedirectAllowedUrls": "https://localhost:9977,,https://localhost: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://localhost:9988",
|
|
"RequireHttpsMetadata": "false",
|
|
"SwaggerClientId": "WebApi_Swagger",
|
|
"SwaggerClientSecret": "1q2w3e*"
|
|
},
|
|
"IdentityServer": {
|
|
"Clients": {
|
|
"WebApi_Web": {
|
|
"ClientId": "WebApi_Web",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "https://localhost:9988"
|
|
},
|
|
"WebApi_App": {
|
|
"ClientId": "WebApi_App",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "https://localhost:9988"
|
|
},
|
|
"WebApi_Swagger": {
|
|
"ClientId": "WebApi_Swagger",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "https://localhost:9988"
|
|
}
|
|
}
|
|
},
|
|
"AlwaysAllowAuthorization": false
|
|
}
|