Configure the Backend Systems¶
Configuration¶
-
Open the configuration file:
C:\ProgramData\SEAL Systems\operator\config\operator.yml
Literature - configuration file
For further information, refer to SEAL Print Client Operator Server Configuration File.
-
All available connectors are activated by default. Adapt the URL of the connectors to be used:
connectors: scratch: serviceName: operator-fileupload url: 'https://localhost:3009' cstatus: on p4: serviceName: operator-p4 url: 'https://localhost:3010' cstatus: on sap: serviceName: operator-sap url: 'https://localhost:3012' cstatus: on p5: serviceName: operator-p5 url: 'https://localhost:3013' cstatus: on dpf: serviceName: operator-dpf url: 'https://localhost:3014' cstatus: on
-
Deactivate the connectors not to be used:
cstatus: off
-
Change the directory:
C:\ProgramData\SEAL Systems\operator\config\
-
Import the changes:
operator config import operator.yml --insecure --consul https://localhost:8500
!!! caution "caution - Do not turn of!
The `scratch` connector represents `My Documents` in the SEAL Print Client User interface. The connector must not be turn of.
Hint - no restart required
The changes are active immediately. The system does not have to be restarted.