Skip to content

Commit 6ef6ee5

Browse files
Add the ASPIRE_VERSION_CHECK_DISABLED value to the App Host configuration article (#4030)
* Added the ASPIRE_VERSION_CHECK_DISABLED value to the App hHost config article. * Moved the row to the right table.
1 parent e117269 commit 6ef6ee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/app-host/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ For more information, see [.NET Aspire and launch profiles](../fundamentals/laun
5555
|--|--|--|
5656
| `ASPIRE_ALLOW_UNSECURED_TRANSPORT` | `false` | Allows communication with the app host without https. `ASPNETCORE_URLS` (dashboard address) and `ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL` (app host resource service address) must be secured with HTTPS unless true. |
5757
| `ASPIRE_CONTAINER_RUNTIME` | `docker` | Allows the user of alternative container runtimes for resources backed by containers. Possible values are `docker` (default) or `podman`. See [Setup and tooling overview for more details](../fundamentals/setup-tooling.md). |
58+
| `ASPIRE_VERSION_CHECK_DISABLED` | `false` | When set to `true`, .NET Aspire doesn't check for newer versions on startup. |
5859

5960
## Resource service
6061

0 commit comments

Comments
 (0)