Skip to content

Configuration

In your application_config.yaml file, add a baseUrl to the config, and the customer unique GUID to the secrets

<your solution name>:
  config:
    limepkg-vloxq:
        base_url: <Vloxq url>

  secrets:
    limepkg-vloxq:
        secret_guid: <customer specific guid>

Back to top