Skip to main content

Proxy Configuration

  • When running the container in an isolated environment, allow outbound access to https://merchant-service.pandev.io.
  • If traffic must go through a proxy, pass the following JVM arguments via manifests or the Docker container runtime:
args: [
"-Dhttp.proxyHost=$(PROXY_HOST)",
"-Dhttp.proxyPort=$(PROXY_PORT)",
"-Dhttps.proxyHost=$(PROXY_HOST)",
"-Dhttps.proxyPort=$(PROXY_PORT)"
]