Skip to main content
All server settings can be configured via environment variables. Environment variables are overridden by the server: block in config.yaml, which is in turn overridden by CLI flags. See Config Reference for the full priority order.

Variable reference

server.authServer (managed auth / token server config) is YAML-only — there is no PROXY_HOPPER_AUTH_SERVER_* variable. See Config Reference — authServer.

Docker Compose example

Kubernetes example

Proxy Hopper ignores the Kubernetes-injected PROXY_HOPPER_PORT service-link variable by default (controlled via the enableServiceLinks: false Helm value). This prevents the injected variable from overriding the server.port field in your config.