irc-netcore-api/IRaCIS.Core.IdentityServer4.../Properties/launchSettings.json

13 lines
250 B
JSON

{
"profiles": {
"SelfHost": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001"
}
}
}