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: "7004"
The port the service listens on.
Verifier2 listens on port 7004 by default, whether run standalone or via Docker Compose — this avoids a conflict with the original Verifier (v1), which uses 7003.
Example
web.conf
webHost = "0.0.0.0"
webPort = "7004"
Last updated on July 28, 2026
