mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
- Add minimal configuration sample for bundled installer - Fix default logging configuration - Old sample configuration is actually documentation Reported by: miwi Approved by: miwi
14 lines
299 B
PHP
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,
|
|
+ ),
|
|
),
|
|
|
|
/**
|