Versions Compared

Key

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

...

Code Block
languageyaml
connections:
  elo:
    - connectionIdentifier: 'Archive1'
      type: ELO
      name: ix-Archive
      userName: portraitservice
      userPassword: 's3cur3d'
      computerName: backend-node392
      runAs:
      hostname: 'https://eloserver:9090'
      path: '/ix-Archive1/ix'
      appName: Portrait Documentation Hub
      appVersion: 1.1.2

You can have several connections, each of them must start with a “-”.

...