diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-04-18 11:50:55 +0200 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-04-18 16:08:27 +0200 |
commit | 1fa13f666b898a0718ebf8bc1eaf1deb422d87ec (patch) | |
tree | 099b779e3df8907b08655495216185da6422fb04 /config/config.sample.php | |
parent | a2c8597b00dbf9f9649c8e58085d04b47ffcc451 (diff) | |
download | nextcloud-server-1fa13f666b898a0718ebf8bc1eaf1deb422d87ec.tar.gz nextcloud-server-1fa13f666b898a0718ebf8bc1eaf1deb422d87ec.zip |
Add config text
Diffstat (limited to 'config/config.sample.php')
-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 f05b206957a..0bc9a5c3583 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1205,6 +1205,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! * |