zeroframework/Services/Identity/ZeroFramework.IdentityServer.API/Properties/launchSettings.json
2023-12-05 17:22:48 +08:00

13 lines
303 B
JSON

{
"profiles": {
"ZeroFramework.IdentityServer.API": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:5001"
}
}
}