From f76db5c58ecc4fc838e1823874e5c62a7a8567a6 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Wed, 21 Aug 2024 17:02:52 +0200 Subject: [PATCH] add to the sample configs --- application/config/config.sample.php | 15 ++++++++++++++- install/config/config.php | 15 ++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/application/config/config.sample.php b/application/config/config.sample.php index 41b38f92e..335522087 100644 --- a/application/config/config.sample.php +++ b/application/config/config.sample.php @@ -682,4 +682,17 @@ $config['sc_hide_usermenu'] = true; | */ -$config['disable_impersonate'] = false; \ No newline at end of file +$config['disable_impersonate'] = false; + + +/* +|-------------------------------------------------------------------------- +| Cronmanager Allow Insecure +|-------------------------------------------------------------------------- +| +| The cronmanager needs http or https with a valid certificate to work. +| If you want to use it with https and a self-signed certificate, you need to set this to true. +| +*/ + +$config['cron_allow_insecure'] = false; \ No newline at end of file diff --git a/install/config/config.php b/install/config/config.php index b4dd134a8..246484332 100644 --- a/install/config/config.php +++ b/install/config/config.php @@ -682,4 +682,17 @@ $config['sc_hide_usermenu'] = true; | */ -$config['disable_impersonate'] = false; \ No newline at end of file +$config['disable_impersonate'] = false; + + +/* +|-------------------------------------------------------------------------- +| Cronmanager Allow Insecure +|-------------------------------------------------------------------------- +| +| The cronmanager needs http or https with a valid certificate to work. +| If you want to use it with https and a self-signed certificate, you need to set this to true. +| +*/ + +$config['cron_allow_insecure'] = false; \ No newline at end of file