You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,12 @@ This feature can be controlled via the following variables:
141
141
*`WARM_ENDPOINT_URL` (enviornment variable)
142
142
* Description: The URL to access during SCC population if WARM_ENDPOINT is true.
143
143
* Default: `"localhost:9080/"`.
144
+
*`WARM_OPENAPI_ENDPOINT` (environment variable)
145
+
* Description: (24.0.0.4+) If `"true"`, curl will be used to access the WARM_OPENAPI_ENDPOINT_URL (see below) during the population of the SCC. This will increase the amount of information in the SCC and improve first request time in subsequent starts of the image.
0 commit comments