0bc9db6c89
Import doc, code, various boilerplate elements from zuul. Add basic unit testing. Change-Id: I44b78cd9d2a31fb62ddf4ffd56546066c5db2689
508 B
508 B
- title
-
Configuration
Configuration
The web client will look by default for a .zuul.conf
file for its configuration. The file should consist of a
[webclient]
section with at least the url
attribute set. The optional verify_ssl
can be set to False
to disable SSL verifications when connecting to Zuul (defaults to
True).
It is also possible to run the web client without a configuration
file, by using the --zuul-url
option to specify the base
URL of the Zuul web server.