generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2020-09-18 03:39:37 +00:00
parent 93e9d96630
commit 012e83f150

View File

@@ -987,7 +987,7 @@ Defaults to an empty array.
'logdateformat' => 'F d, Y H:i:s',
This uses PHP.date formatting; see https://php.net/manual/en/function.date.php
This uses PHP.date formatting; see http://php.net/manual/en/function.date.php
Defaults to ISO 8601 ``2005-08-15T15:52:01+00:00`` - see \DateTime::ATOM
(https://secure.php.net/manual/en/class.datetime.php#datetime.constants.atom)
@@ -997,7 +997,7 @@ Defaults to ISO 8601 ``2005-08-15T15:52:01+00:00`` - see \DateTime::ATOM
'logtimezone' => 'Europe/Berlin',
The timezone for logfiles. You may change this; see
https://php.net/manual/en/timezones.php
http://php.net/manual/en/timezones.php
Defaults to ``UTC``