remove default values

This commit is contained in:
Burak Bolat
2019-01-07 23:32:47 +03:00
parent 5f746717b8
commit fd453eb91b
@@ -11,7 +11,7 @@
# | +-------------------- hour (0 - 23) # | +-------------------- hour (0 - 23)
# +------------------------- min (0 - 59) # +------------------------- min (0 - 59)
scheduler: scheduler:
enable: true
log: true
tasks: tasks:
# You may define all of your scheduled tasks here.
# To get started, let's look at an example of scheduling a task (command).
#- { name: example:command arg --option, expression: "* * * * *" } #- { name: example:command arg --option, expression: "* * * * *" }