ports/www/nextcloud/files/patch-config_config.documented.php
Bernard Spil 6f621ac746 www/nextcloud: Fix fresh installs
- Add minimal configuration sample for bundled installer
 - Fix default logging configuration
 - Old sample configuration is actually documentation

Reported by:    miwi
Approved by:    miwi
2018-10-14 15:27:57 +00:00

14 lines
299 B
PHP

--- config/config.documented.php.orig 2018-03-13 18:47:31 UTC
+++ config/config.documented.php
@@ -818,6 +818,11 @@ $CONFIG = array(
'url' => '/apps',
'writable' => true,
),
+ array(
+ 'path'=> '/var/www/nextcloud/apps-pkg',
+ 'url' => '/apps-pkg',
+ 'writable' => false,
+ ),
),
/**