hacompanion/HaCompanion/Properties/launchSettings.json
Erki 4d7ac3e5c3
Some checks failed
Build and push latest / publish (push) Failing after 1m28s
Initial
2025-03-29 20:32:58 +02:00

15 lines
344 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5096",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}