mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
add to the sample configs
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user