Compare commits

...

2 Commits

Author SHA1 Message Date
7aa7eacacf
FIX: timezone 2022-10-08 03:41:39 +05:00
970eb0a1cf
FIX: appdir 2022-10-08 03:41:09 +05:00

View File

@ -958,7 +958,7 @@ $CONFIG = [
*
* Defaults to ``UTC``
*/
'logtimezone' => 'Europe/Berlin',
'logtimezone' => 'Indian/Maldives',
/**
* Append all database queries and parameters to the log file. Use this only for
@ -1047,7 +1047,7 @@ $CONFIG = [
*/
'apps_paths' => [
[
'path'=> '/var/www/nextcloud/apps',
'path'=> '/var/www/html/apps',
'url' => '/apps',
'writable' => true,
],