Files
ServiceUpdater/Properties/launchSettings.json
Leon Hoppe a341b9cfda
All checks were successful
Updater CI/CD / publish (push) Successful in 2m18s
Implemented update functionallity
2026-02-24 18:49:23 +01:00

16 lines
371 B
JSON

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