%PDF- %PDF-
Direktori : /var/www/html/klinisol/klinisol-api/config/ |
Current File : /var/www/html/klinisol/klinisol-api/config/encrypt.php |
<?php return [ /* |-------------------------------------------------------------------------- | Encryption Key |-------------------------------------------------------------------------- | | This is the key to be used for data encryption | */ 'key' => env('ENCRYPT_KEY'), /* |-------------------------------------------------------------------------- | Encryption Prefix |-------------------------------------------------------------------------- | | This prefix is used to store in database as PREFIX_EncryptedValue | */ 'prefix' => env('ENCRYPT_PREFIX', 'ENCRYPTED') ];