AuthorizationServerDemos/CSharp/AuthorizationServer/Properties/launchSettings.json
2021-01-18 18:32:22 +03:00

13 lines
346 B
JSON

{
"profiles": {
"SelfHost": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
},
"applicationUrl": "http://localhost:10000"
}
}
}