...
Before you can use ELO as a source for Portrait, we need to make sure that the following prerequisites are met.
Info |
---|
ELOoffice is generally not supported - only ELOprofessional or ELOenterprise can be connected. |
...
Portrait will access the ELO instance via ELO Indexserver. Make sure the Portrait-App Instance has direct access to the ELO Indexserver - this is especially relevant if the Portrait runs in a DMZ or external network.
...
Code Block | ||
---|---|---|
| ||
connections: connection: - id: ix-Archive1 type: ELO nameurl: 'https://eloserver:9090/ix-Archive1/ix' username: PortraitService password: 's3cur3d' runAs: url: 'https://eloserver:9090' path: '/ix-Archive1/ix' |
You can have several connections, each of them must start with a “-”.
...