Files
ClientApiPoC/ApiService/Properties/launchSettings.json
2026-03-13 10:23:47 +01:00

14 lines
332 B
JSON

{
"profiles": {
"http": {
"commandName": "Project",
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://*:5228"
}
},
"$schema": "https://json.schemastore.org/launchsettings.json"
}