Преглед изворни кода

custom_apps path in default config

master
Markus Katharina Brechtel пре 4 година
родитељ
комит
3f115941ab
1 измењених фајлова са 11 додато и 3 уклоњено
  1. +11
    -3
      templates/config.php.j2

+ 11
- 3
templates/config.php.j2 Прегледај датотеку

@@ -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,
),
),


Loading…
Откажи
Сачувај