Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
global:
  domain: "<your-domain>"
  registry: "repo.mid.de"
  repologin: "<login provided by MID>"
  cert:
    crtFullChain: "<FULL-CHAIN-CERT-BASE64>"
    key: "<CERT-KEY-BASE64>"

  oidc:
    clientId: "<OIDC client ID>"
    clientSecret: "<OIDC client secret>"
env:
  authorizationUri: "<OIDC authorization URL"
  tokenUri: "<OIDC token URL>"
  userInfoUri: "<OIDC user info URL>"
  tool:
    type: "preevision"
    adaptedToolApiUri: "https://<URI>/vCollabAPI"
    adaptedToolRootUri: "https://<URI>"
    getReqTree: “metric/<number>“
    getProductlinesRequs: “metric/<number>“
    getReqTable: “metric/<number>“
    getProductLine: “metric/<number>“

mongodb:
  enabled: true
certtool:
  enabled: true

...