Przeglądaj źródła

custom_apps path in default config

master
rodzic
commit
3f115941ab
1 zmienionych plików z 11 dodań i 3 usunięć
  1. +11
    -3
      templates/config.php.j2

+ 11
- 3
templates/config.php.j2 Wyświetl plik

@@ -11,10 +11,18 @@ $CONFIG = array(
'loglevel' => 2,
'logtimezone' => '{{timezone}}',
'appstoreenabled' => true,
'apps_paths' => array(
array(
'path'=> '{{nextcloud_directory}}/apps',
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/nextcloud/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/var/www/nextcloud/custom_apps',
'url' => '/custom_apps',
'writable' => true,
),
),


Ładowanie…
Anuluj
Zapisz