|
|
|
@ -3,25 +3,27 @@ |
|
|
|
"windowsAuthentication": false, |
|
|
|
"anonymousAuthentication": true, |
|
|
|
"iisExpress": { |
|
|
|
"applicationUrl": "http://localhost:53507", |
|
|
|
"applicationUrl": "https://localhost:44381/", |
|
|
|
"sslPort": 44381 |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
"profiles": { |
|
|
|
"IIS Express": { |
|
|
|
"commandName": "IISExpress", |
|
|
|
"Kestrel": { |
|
|
|
"commandName": "Project", |
|
|
|
"launchBrowser": true, |
|
|
|
"applicationUrl": "https://localhost:44381/", |
|
|
|
"environmentVariables": { |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
} |
|
|
|
}, |
|
|
|
"OpenIddict.Sandbox.AspNetCore.Client": { |
|
|
|
"commandName": "Project", |
|
|
|
|
|
|
|
"IIS Express": { |
|
|
|
"commandName": "IISExpress", |
|
|
|
"launchBrowser": true, |
|
|
|
"environmentVariables": { |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
}, |
|
|
|
"applicationUrl": "https://localhost:44381/" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|