config_is_read_only does not work

This commit is contained in:
2021-08-20 12:13:18 +02:00
parent 928a3a942a
commit bb607f8774

View File

@@ -3,6 +3,7 @@
// Manually deployed by yourself // Manually deployed by yourself
// //
$CONFIG = array( $CONFIG = array(
'config_is_read_only' => true,
'htaccess.RewriteBase' => '/', 'htaccess.RewriteBase' => '/',
'memcache.local' => '\\OC\\Memcache\\APCu', 'memcache.local' => '\\OC\\Memcache\\APCu',
'apps_paths' => array( 'apps_paths' => array(
@@ -50,5 +51,6 @@ $CONFIG = array(
'dbuser' => 'nextcloud', 'dbuser' => 'nextcloud',
'dbpassword' => 'Vb7yHzmE5HIjfU4hf89aXAmEEmxAnMdB', 'dbpassword' => 'Vb7yHzmE5HIjfU4hf89aXAmEEmxAnMdB',
'installed' => true, 'installed' => true,
'default_phone_region' => 'DE' 'default_phone_region' => 'DE',
'updater.release.channel' => 'stable',
); );