DE 

//Cloudogu EcoSystem Docs

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 archive_download_retry_limit The maximal number of retries when downloading the whitelabeling archive archive_download_retry_timeout_in_seconds The number of seconds to wait between retries when downloading the whitelabeling archive

You can host a whitelabeling archive in a Sonar Nexus Repository for example.