summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-07-21 13:02:28 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-07-23 12:14:01 +0200
commit4bbdcfbccfe1fef28d3b6feea8a742e156295a63 (patch)
tree4b920bc9e16ad4d5b4c1b2e2b8fc521ba9e0dd6e /config
parentddd8eae9320bcd5317f18a6305120c358f72bcdd (diff)
downloadnextcloud-server-4bbdcfbccfe1fef28d3b6feea8a742e156295a63.tar.gz
nextcloud-server-4bbdcfbccfe1fef28d3b6feea8a742e156295a63.zip
support aes 256
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 24c1579badf..1cf2c22866a 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -277,6 +277,9 @@ $CONFIG = array(
//'config' => '/absolute/location/of/openssl.cnf',
),
+// default cipher used for file encryption, currently we support AES-128-CFB and AES-256-CFB
+'cipher' => 'AES-256-CFB',
+
/* whether usage of the instance should be restricted to admin users only */
'singleuser' => false,