The following environment variables are "experimental" because:
The following environment variables are "experimental" because they:
-They are not commonly needed
- are not commonly needed
-They are typically an effort to work around some other service's or platform's problem
- are typically an effort to work around some other service's or platform's problem
-They can be removed at any time
- can be removed at any time
-They are variables for Renovate's internal use to validate they work as intended
- are variables for Renovate's internal use to validate they work as intended
Experimental variables which are commonly used and for which there is no external solution in sight can be converted to an official configuration option by the Renovate bot developers.
Experimental variables which are commonly used and for which there is no external solution in sight can be converted to an official configuration option by the Renovate bot developers.
...
@@ -38,7 +38,7 @@ If set to any string, Renovate will use this as the `user-agent` it sends with H
...
@@ -38,7 +38,7 @@ If set to any string, Renovate will use this as the `user-agent` it sends with H
## `RENOVATE_X_HARD_EXIT`
## `RENOVATE_X_HARD_EXIT`
If set to any value, Renovate will use a "hard" `process.exit()` once all work is done, even if a sub-process is otherwise delaying Node.js from exiting.
If set to any value, Renovate will use a "hard" `process.exit()` once all work is done, even if a sub-process is otherwise delaying Node.js from exiting.
See <https://github.com/renovatebot/renovate/issues/8660> for background on why this was created.
See [issue 8660](https://github.com/renovatebot/renovate/issues/8660) for background on why this was created.
## `RENOVATE_X_IGNORE_NODE_WARN`
## `RENOVATE_X_IGNORE_NODE_WARN`
...
@@ -53,15 +53,15 @@ Read [platform details](modules/platform/gitlab/index.md) to learn why we need t
...
@@ -53,15 +53,15 @@ Read [platform details](modules/platform/gitlab/index.md) to learn why we need t
## `RENOVATE_X_S3_ENDPOINT`
## `RENOVATE_X_S3_ENDPOINT`
If set, Renovate will use this string as the `endpoint` when instantiating the AWS s3 client.
If set, Renovate will use this string as the `endpoint` when instantiating the AWS S3 client.
## `RENOVATE_X_S3_PATH_STYLE`
## `RENOVATE_X_S3_PATH_STYLE`
If set, Renovate will enable `forcePathStyle` when instantiating the AWS s3 client.
If set, Renovate will enable `forcePathStyle` when instantiating the AWS S3 client.
> Whether to force path style URLs for S3 objects (e.g., `https://s3.amazonaws.com//` instead of `https://.s3.amazonaws.com/`
> Whether to force path style URLs for S3 objects (e.g., `https://s3.amazonaws.com//` instead of `https://.s3.amazonaws.com/`)