fix(nextcloud): config_is_read_only

This commit is contained in:
JJGadgets
2023-11-03 11:18:35 +08:00
parent f04fc3ac9b
commit c9e4dcb8f3

View File

@@ -300,6 +300,7 @@ spec:
config.php: |-
<?php
$CONFIG = array (
'config_is_read_only' => true,
'instanceid' => getenv('NC_INSTANCEID'),
'passwordsalt' => getenv('NC_PASSWORDSALT'),
'secret' => getenv('NC_SECRET'),