There are various properties you can configure when utilizing Broadleaf’s Sandbox Service.
Properties related to JPA and persistence configuration
Property | Description |
---|---|
|
JPA Configuration Properties. See |
|
Datasource Configuration Properties. See |
|
Liquibase Configuration Properties. See |
|
Delegating Schema Configuration Properties for running in a composed mode along side other Broadleaf microservices. See |
Properties related to async messaging
Property | Description |
---|---|
|
Properties for |
|
Properties for |
Properties related to issuance of preview tokens for live, in-storefront preview of sandbox changes
Property | Description |
---|---|
|
The encoded RSA private key string to be used to encode preview token JWTs. |
|
The issuer for the JWT token. This is used when creating the JWT to specify the authority that issued it. |
|
The duration of the expiration timeout for the preview token JWT. |
Properties related to several cleanup jobs that complete the status of ChangeSummaryGroups, ChangeDeploys, and temporary Sandboxes after a workflow transition has completed for all relevant ChangeSummary instances.
Property | Description | Default |
---|---|---|
|
The max amount of pause time between completed transition cleanup attempts. |
10000 |
|
The max amount of pause time between completed transition cleanup attempts. |
2000 |
|
The quantity of transition cleanups to attempt at one time. Should be somewhat conservative to avoid overworking the database or causing the transaction log to spiral out of control. |
100 |
|
The amount of time beyond which active items will no longer be evaluated for completion. This measure avoids infinite evaluation of errant, stuck, or defunct items. Without this, the queue of items to check might grow to a ponderous level and interfere with timely processing of other valid items. Measured in days. |
30 |
|
Whether the separate cleanup services will be enabled. If false, the prior, slower process of detecting |
true |