Document local dev server fallback

This commit is contained in:
2026-05-21 13:07:07 +02:00
parent c8728595a4
commit 6b3dc2de60
4 changed files with 250 additions and 2 deletions
@@ -6,7 +6,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:55415;http://localhost:55416"
"applicationUrl": "https://localhost:55415;http://localhost:55416;http://0.0.0.0:5000"
}
}
}
}