From fd453eb91b1ecbc96928f041527439f9249e2bd3 Mon Sep 17 00:00:00 2001 From: Burak Bolat Date: Mon, 7 Jan 2019 23:32:47 +0300 Subject: [PATCH] remove default values --- goksagun/scheduler-bundle/0.1/config/packages/scheduler.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goksagun/scheduler-bundle/0.1/config/packages/scheduler.yaml b/goksagun/scheduler-bundle/0.1/config/packages/scheduler.yaml index 71000df5..1ab4ef08 100644 --- a/goksagun/scheduler-bundle/0.1/config/packages/scheduler.yaml +++ b/goksagun/scheduler-bundle/0.1/config/packages/scheduler.yaml @@ -11,7 +11,7 @@ # | +-------------------- hour (0 - 23) # +------------------------- min (0 - 59) scheduler: - enable: true - log: true 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: "* * * * *" }