The stack manager service configuration.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
scanningEnabled | boolean | true | Monitor the stack groups directory for additions, updates, and deletions. |
scanningInterval | A period of time with millisecond precision | 5000 | The interval at which the controller will check for stack group additions, updates, and deletions. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), seconds (s), or milliseconds (ms). For example, specify 500 milliseconds as 500ms. You can include multiple values in a single entry. For example, 1s500ms is equivalent to 1.5 seconds. |
groupsDir | string | The directory containing the packages and installables for this stack manager. | |
controllerUser | string | The user ID of the controller to be used for this stack manager. | |
controllerUserPassword | Reversably encoded password (string) | The password of the controller user to be used for this stack manager. |