Skip to content
Snippets Groups Projects
Commit 27204efe authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7038 add default for schedulerCron

parent 4b054203
Branches
Tags
Loading
......@@ -53,7 +53,7 @@ public class XtaProperties {
/*
* Times in cron format at which Quittungen are fetched.
*/
private String schedulerCron;
private String schedulerCron = "0 0/15 * * * *";
@Getter
@Setter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment