mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
generate documentation from config.sample.php
This commit is contained in:
parent
e3ad5bcef2
commit
0660b1bc1b
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user