Commit 858bf036 authored by Wing Lian's avatar Wing Lian Committed by Wing Lian

use APP_KEY from environment if available for the secret key

parent e3e7cc49
......@@ -78,7 +78,7 @@ return [
|
*/
'key' => 'YourSecretKey!!!',
'key' => getenv('APP_KEY') ?: 'YourSecretKey!!!',
'cipher' => MCRYPT_RIJNDAEL_128,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment