]> git.p6c8.net - jirafeau.git/blobdiff - lib/config.php
Minimize URL length
[jirafeau.git] / lib / config.php
index e80eefc324f955402a4750eb62196b43f8ee2943..4ba7e5e39b1bc9d22de6304a616bd61f100765b8 100644 (file)
@@ -47,6 +47,11 @@ $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;
+/* Split lenght of link refenrece. */
+$cfg['link_name_lenght'] = 5;
 
 if ((basename (__FILE__) != 'config.local.php')
     && file_exists (JIRAFEAU_ROOT.'lib/config.local.php'))

patrick-canterino.de