zeroframework/Services/Identity/ZeroFramework.IdentityServer.API/Properties/launchSettings.json

13 lines
303 B
JSON
Raw Normal View History

2023-12-05 09:22:48 +00:00
{
"profiles": {
"ZeroFramework.IdentityServer.API": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:5001"
}
}
}