Settings file references
The default.yml
file contains the base and default configuration of the application. Its purpose is to centralize all configuration values, which will be used by the different components of the system.
Wocu-import-tool
wocu-import-tool.create_backup_only_on_changes
Description: Allows you to define whether backups should only be created when there are changes.
Usage: If set to True, the system will only generate a snapshot when it detects that there have been changes in the configuration. If set to False, a snapshot will always be generated at each interval, even if there have been no changes.
Default value: True
wocu-import-tool.max_prediodic_backups
Description: Allows you to define how often backups are created.
Usage: Maximum number of automatic snapshots to retain
Default value:
0
Type:
number
wocu-import-tool.backup_interval
Description: Allows you to define how many backups should be retained.
Usage: Time interval between each attempt to generate a snapshot.It must be specified in minutes (
m
) or hours (h
), for example:10m
,2h
,24h
.Default value:
8h
- Values:
Minimum:
10m
Maximum:
24h