Page tree

Versions Compared

Key

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

...

Code Block
"feature.scheduling.enabled": true,
"feature.scheduling.protobufDefinitionsFolder": "%(topOfTree)s/services/scheduling-service/protobuf/build/install/scheduling-service/api",
"feature.scheduling.baseUrl": "http://localhost:43143",
ParameterDescription

"feature.scheduling.enabled"

Set this value to true to enable scheduling.

"feature.scheduling.protobufDefinitionsFolder"

Defines the location on the

D s item
itemnode
where the protobuf definitions are stored.

Info

NOTE: Do not modify this value.

"feature.scheduling.baseUrl"

Specify the base URL for the scheduling service. You must specify the full URL:

Code Block
http://<base_platform_host>:<scheduling_port>
  • <base_platform_host> is the host of the
    D s item
    itemnode
    . Default value is localhost .
  • <scheduling_port> is the listening port for the scheduling service. Default value is 43143.

    Info

    NOTE: The value for <scheduling_port> must match the value that you specify for the Scheduling service port. For more information, see System Ports.


Configure

Database configuration

...