diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-11-20 16:02:32 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-11-20 16:05:42 +0100 |
commit | ec853da5ad54af7e6eabb40923784a56330b095a (patch) | |
tree | 923772b3571478dc4d5a7d3a6f4d94c8ab487a51 /config/config.sample.php | |
parent | f64c6c9c9cb48ce2291c5c613e80794e6130a85d (diff) | |
download | nextcloud-server-ec853da5ad54af7e6eabb40923784a56330b095a.tar.gz nextcloud-server-ec853da5ad54af7e6eabb40923784a56330b095a.zip |
Backport \OC\Security\Crypto to ownCloud 7
Conflicts:
lib/repair/repairconfig.php
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 11c7a44b1ec..dd24c71ad20 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -831,4 +831,10 @@ $CONFIG = array( "style-src 'self' 'unsafe-inline'; frame-src *; img-src *; ". "font-src 'self' data:; media-src *", +/** + * Secret used by ownCloud for various purposes, e.g. to encrypt data. If you + * lose this string there will be data corruption. + */ +'secret' => 'ICertainlyShouldHaveChangedTheDefaultSecret', + ); |