[New article]: App host configuration
Proposed topic or title
App host configuration
Location in table of contents.
App Host
Reason for the article
The app host can be configured by setting values in launchSettings.json, e.g. https://github.com/dotnet/aspire/blob/9a59d122949de428321599c503da59c54fb673d6/playground/BrowserTelemetry/BrowserTelemetry.AppHost/Properties/launchSettings.json#L8-L15
I don't believe this are documented anywhere. The page can follow what the dashboard configuration page does.
Article abstract
Details about the configuration values for the app host.
Relevant searches
No response
We have this content for it now, perhaps we could expand this?
https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/launch-profiles
That mainly focuses on launch profiles for project resources.
There should be a doc that details the config options that can be added to the host launchSettings.json
@mitchdenny is this something you could do when working on docs post 9.0 lockdown?