Merge pull request #1280 from MiguelAngelLV/master

Fix cron problem
This commit is contained in:
Alexandre
2024-03-02 09:12:32 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
{
"runOnStartup":true,
"cronSchedule":"0 0/6 * * *",
"cronSchedule":"0 */6 * * *",
"logLevel":"info",
"webPortalConfig":{
"baseUrl":"https://epic.example.com"