mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Fix cron problem
This commit is contained in:
committed by
GitHub
parent
dfe99e0df4
commit
7c9900f7b7
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"runOnStartup":true,
|
"runOnStartup":true,
|
||||||
"cronSchedule":"0 0/6 * * *",
|
"cronSchedule":"0 */6 * * *",
|
||||||
"logLevel":"info",
|
"logLevel":"info",
|
||||||
"webPortalConfig":{
|
"webPortalConfig":{
|
||||||
"baseUrl":"https://epic.example.com"
|
"baseUrl":"https://epic.example.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user