Proxy
Kreya uses the system proxy settings by default. A custom proxy server can be used with environment variables.
Proxy Environment Variables
Environment Variable | Description |
---|---|
HTTP_PROXY | Proxy server used for HTTP requests. |
HTTPS_PROXY | Proxy server used for HTTPS requests. |
ALL_PROXY | Proxy server used for HTTP and HTTPS request, if HTTP_PROXY and HTTPS_PROXY are not set. |
NO_PROXY | Comma-separated list of hostnames that should be excluded from proxying. Use a leading dot if you want to match a subdomain |
Examples:
HTTP_PROXY=http://127.0.0.1:1234
HTTP_PROXY=http://username:[email protected]:1234
NO_PROXY=.example-api.kreya.app