]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
Disable encryption by default
authorJerome Jutteau <mojo@couak.net>
Wed, 31 Jul 2013 06:30:57 +0000 (06:30 +0000)
committerJerome Jutteau <mojo@couak.net>
Wed, 31 Jul 2013 06:30:57 +0000 (06:30 +0000)
lib/config.original.php

index a2c3fa08afb82c644de626101bd08fdbb8a022b2..a8672680b9fc30057b67e15f209fa66ba5485cc1 100644 (file)
@@ -47,9 +47,9 @@ $cfg['download_page'] = false;
    The scripting interface can propose to create, read, write, delete blocks
    of data. */
 $cfg['enable_blocks'] = false;
-/* Encryption feature. enabled by default (if possible).
- * By disabling it, file-level deduplication will be effective. */
-$cfg['enable_crypt'] = true;
+/* Encryption feature. disable it by default.
+ * By enabling it, file-level deduplication won't work. */
+$cfg['enable_crypt'] = false;
 /* Split lenght of link refenrece. */
 $cfg['link_name_lenght'] = 8;
 

patrick-canterino.de