generate documentation from config.sample.php

This commit is contained in:
Morris Jobke 2016-04-20 03:35:12 +02:00
parent e3ad5bcef2
commit 0660b1bc1b

View File

@ -1396,6 +1396,20 @@ Set this ownCloud instance to debugging mode
Only enable this for local development and not in production environments
This will disable the minifier and outputs some additional debug information
::
'data-fingerprint' => '',
Sets the data-fingerprint of the current data served
This is a property used by the clients to find out if a backup has been
restored on the server. Once a backup is restored run
./occ maintenance:data-fingerprint
To set this to a new value.
Updating/Deleting this value can make connected clients stall until
the user has resolved conflicts.
::
'copied_sample_config' => true,