Setup environment
Backend
If whitelabeling data is needed it is pulled from a Webserver. you can edit the default settings in resources/app/configuration.yaml.tpl
.
The following settings are available:
archive_url
: The URL where the whitelabeling archive is downloaded from
archive_url_username
: The username for basic authentication (optional)
archive_url_password
: The password for basic authentication (optional)
archive_download_allow_insecure
A flag to skip HTTPS certificate checks. Useful for development with self signed certificates. Should be false
in production
You can host a whitelabeling archive in a Sonar Nexus Repository for example.