Configure the Operator Server¶
- 
Open the configuration file: - /opt/seal/operator/etc/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
- 
Import the changes: operator config import operator.yml --insecure --consul https://localhost:8500
Hint - no restart required
The changes are active immediately. The system does not have to be restarted.