From 9df4cba4fc6f38fd70f70c819b188145fdc2be79 Mon Sep 17 00:00:00 2001 From: Billy Brawner Date: Sun, 30 Aug 2015 09:37:17 -0700 Subject: [PATCH] Generated encryption key --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 7a4db72..4925038 100644 --- a/config/app.php +++ b/config/app.php @@ -78,7 +78,7 @@ return [ | */ - 'key' => env('APP_KEY', 'SomeRandomString'), + 'key' => env('APP_KEY', 'u1B2wSjP9BcMNRi7L4IKJexNgzXd4cnW'), 'cipher' => 'AES-256-CBC',