IdentityShroud/IdentityShroud.Api/Properties/launchSettings.json

16 lines
368 B
JSON
Raw Permalink Normal View History

2026-02-06 19:58:01 +01:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "todos",
"applicationUrl": "http://localhost:5249",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}