tuitio/IdentityServer.Api/Properties/launchSettings.json

12 lines
230 B
JSON
Raw Normal View History

2020-12-19 18:17:24 +02:00
{
"profiles": {
"IdentityServer.Api": {
"commandName": "Project",
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}