diff options
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 a32c41787b6..c073d945675 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -834,4 +834,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', + ); |