tuitio/IdentityServer.Api/Properties/launchSettings.json

12 lines
230 B
JSON

{
"profiles": {
"IdentityServer.Api": {
"commandName": "Project",
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}