Add some variable to config.local.php on install

This commit is contained in:
slawkens 2023-08-21 09:01:50 +02:00
parent 7cea023965
commit 627369bbde

View File

@ -34,6 +34,8 @@ if(!$error) {
}
}
$configToSave['gzip_output'] = false;
$configToSave['cache_engine'] = 'auto';
$configToSave['cache_prefix'] = 'myaac_' . generateRandomString(8, true, false, true);
require BASE . 'install/includes/config.php';