add to the sample configs

This commit is contained in:
HB9HIL
2024-08-21 17:02:52 +02:00
parent fa1eed2661
commit f76db5c58e
2 changed files with 28 additions and 2 deletions

View File

@@ -682,4 +682,17 @@ $config['sc_hide_usermenu'] = true;
|
*/
$config['disable_impersonate'] = false;
$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;

View File

@@ -682,4 +682,17 @@ $config['sc_hide_usermenu'] = true;
|
*/
$config['disable_impersonate'] = false;
$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;