From 2c98aaceb3592e76885b058adfa3f1429436f576 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 25 Mar 2018 13:07:36 +0300 Subject: [PATCH] Update docs --- docs/configure.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configure.rst b/docs/configure.rst index 7cb9f3393761..95c783773959 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -13,6 +13,8 @@ Create a cron to call the ``ninja:send-invoices`` and ``ninja:send-reminders`` c 0 8 * * * /usr/local/bin/php /path/to/ninja/artisan ninja:send-invoices 0 8 * * * /usr/local/bin/php /path/to/ninja/artisan ninja:send-reminders +If you server doesn't support crons commands can be run by setting a value for COMMAND_SECRET in the .env file and then loading ``/run_command?command=&secret=``. The following commands are supported: send-invoices, send-reminders and update-key. + Email Queues """"""""""""