diff options
author | Roeland Douma <rullzer@users.noreply.github.com> | 2016-04-19 14:24:27 +0200 |
---|---|---|
committer | Roeland Douma <rullzer@users.noreply.github.com> | 2016-04-19 14:24:27 +0200 |
commit | 0c5f915377c77c1ca5f4cd886910ba2a93eb1ae6 (patch) | |
tree | 8ee21db95ba836f8f515365ad1704e0876edd701 /config | |
parent | 7186975e35d03312f46b27d808a98f7bc6064078 (diff) | |
parent | 1fa13f666b898a0718ebf8bc1eaf1deb422d87ec (diff) | |
download | nextcloud-server-0c5f915377c77c1ca5f4cd886910ba2a93eb1ae6.tar.gz nextcloud-server-0c5f915377c77c1ca5f4cd886910ba2a93eb1ae6.zip |
Merge pull request #24054 from owncloud/data_fingerprint
Add data-fingerprint property
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index b54bbf6a7b9..db662cfd74f 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1210,6 +1210,19 @@ $CONFIG = array( 'debug' => false, /** + * 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. + */ +'data-fingerprint' => '', + +/** * This entry is just here to show a warning in case somebody copied the sample * configuration. DO NOT ADD THIS SWITCH TO YOUR CONFIGURATION! * |