change description of encryption key in config

This commit is contained in:
github-actions
2024-08-03 11:25:20 +02:00
parent 2eea136141
commit 1b69701c00
2 changed files with 4 additions and 6 deletions

View File

@@ -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'] = 'flossie1234555541';

View File

@@ -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%';