mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
14 lines
295 B
PHP
14 lines
295 B
PHP
--- config/config.documented.php.orig 2020-05-26 10:01:24 UTC
|
|
+++ config/config.documented.php
|
|
@@ -927,6 +927,11 @@ $CONFIG = [
|
|
'url' => '/apps',
|
|
'writable' => true,
|
|
],
|
|
+ [
|
|
+ 'path'=> '/usr/local/www/nextcloud/apps-pkg',
|
|
+ 'url' => '/apps-pkg',
|
|
+ 'writable' => false,
|
|
+ ],
|
|
],
|
|
|
|
/**
|