Loading... ```php <?php $CONFIG = array ( 'htaccess.RewriteBase' => '/', 'memcache.local' => '\\OC\\Memcache\\APCu', 'apps_paths' => array ( 0 => array ( 'path' => '/var/www/html/apps', 'url' => '/apps', 'writable' => false, ), 1 => array ( 'path' => '/var/www/html/custom_apps', 'url' => '/custom_apps', 'writable' => true, ), ), 'upgrade.disable-web' => true, 'instanceid' => 'ocuia7d7s059', 'passwordsalt' => 'X5cVpp3QtlrcGzq+l/7QC8CqIcp56d', 'secret' => 'x+I/ITvQCeC3+ekJ2khSCy9n6xeVXX6WvQkw4HzqzYUlvNj6', 'trusted_domains' => array ( 0 => '192.168.124.124:3333', 1 => '123.132.47.183', ), 'enable_previews' => true, 'enabledPreviewProviders' => array ( 0 => 'OC\\Preview\\Image', 1 => 'OC\\Preview\\Movie', 2 => 'OC\\Preview\\TXT', 3 => 'OC\\Preview\\MP3', 4 => 'OC\\Preview\\MKV', 5 => 'OC\\Preview\\MP4', 6 => 'OC\\Preview\\AVI', ), 'datadirectory' => '/var/www/html/data', 'dbtype' => 'mysql', 'version' => '28.0.4.1', 'overwrite.cli.url' => 'http://192.168.124.124:3333', 'dbname' => 'mariadb', 'dbhost' => '192.168.124.124:3344', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'oc_chabai', 'dbpassword' => 'fQe4JI[X]6[{+#eqv_p0/ipgoPsPi)', 'installed' => true, 'memcache.locking' => '\\OC\\Memcache\\Redis', 'memcache.distributed' => '\\OC\\Memcache\\Redis', 'filelocking.enabled' => 'true', 'redis' => array ( 'host' => '192.168.124.124', 'port' => 6379, ), 'loglevel' => 0, 'maintenance' => false, ); ``` 最后修改:2025 年 10 月 14 日 © 允许规范转载 打赏 赞赏作者 微信 赞 0 如果觉得我的文章对你有用,请随意赞赏
此处评论已关闭