Web

With web.conf you can configure the host and port the Verifier2 API binds to for local network connections.

webHost

String — default: "0.0.0.0"

The network interface the service binds to. 0.0.0.0 listens on all available interfaces.

webPort

String — default: "7003"

The port the service listens on.

When running via Docker Compose alongside Verifier (v1), Verifier2 is mapped to port 7004 on the host to avoid conflicts — but the service itself still binds to 7003 internally. When running Verifier2 standalone, the default port 7003 applies end-to-end.

Example

web.conf
webHost = "0.0.0.0"
webPort = "7003"
Last updated on May 18, 2026