mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
change description of encryption key in config
This commit is contained in:
@@ -394,10 +394,9 @@ $config['cache_query_string'] = FALSE;
|
||||
| Encryption Key
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| If you use the Encryption class, you must set an encryption key.
|
||||
| See the user guide for more info.
|
||||
| Encryption Key is used to encrypt sensitive data. Choose a strong and secure key.
|
||||
| Example: 'cnawuihp87f4g3ofb837rf93brlcve378rgf93be9837dgvzcl39rlzfbrzvc834lvvf83frgv83zrbzv'
|
||||
|
|
||||
| https://codeigniter.com/user_guide/libraries/encryption.html
|
||||
|
|
||||
*/
|
||||
$config['encryption_key'] = '%encryptionkey%';
|
||||
|
||||
Reference in New Issue
Block a user