sledgemapper/Identity/IdentityServer/Properties/launchSettings.json
2020-11-07 11:45:16 +00:00

12 lines
No EOL
246 B
JSON

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