Mercurial > hg > rc2
comparison config.inc.php.sample @ 8:bf99236cc5cd default tip
try to recover from upgrade fail
author | Charlie Root |
---|---|
date | Sat, 29 Dec 2018 07:07:34 -0500 |
parents | 4681f974d28b |
children |
comparison
equal
deleted
inserted
replaced
7:65fd7d441cf1 | 8:bf99236cc5cd |
---|---|
70 // please provide a string of exactly 24 chars. | 70 // please provide a string of exactly 24 chars. |
71 // YOUR KEY MUST BE DIFFERENT THAN THE SAMPLE VALUE FOR SECURITY REASONS | 71 // YOUR KEY MUST BE DIFFERENT THAN THE SAMPLE VALUE FOR SECURITY REASONS |
72 $config['des_key'] = 'rcmail-!24ByteDESkey*Str'; | 72 $config['des_key'] = 'rcmail-!24ByteDESkey*Str'; |
73 | 73 |
74 // List of active plugins (in plugins/ directory) | 74 // List of active plugins (in plugins/ directory) |
75 // Debian: install roundcube-plugins first to have any | |
75 $config['plugins'] = array( | 76 $config['plugins'] = array( |
76 'archive', | |
77 'zipdownload', | |
78 ); | 77 ); |
79 | 78 |
80 // skin name: folder from skins/ | 79 // skin name: folder from skins/ |
81 $config['skin'] = 'larry'; | 80 $config['skin'] = 'larry'; |
81 | |
82 // Disable spellchecking | |
83 // Debian: spellshecking needs additional packages to be installed, or calling external APIs | |
84 // see defaults.inc.php for additional informations | |
85 $config['enable_spellcheck'] = false; |