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