Skip to content

Commit 096931f

Browse files
committed
Merge pull request laravel#62 from raneses-ck/patch-1
Removed redundant Encryption Key section
2 parents f2ceec9 + 7a64999 commit 096931f

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

config/app.php

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
'key' => env('APP_KEY', 'SomeRandomString!!!'),
1717

18+
'cipher' => MCRYPT_RIJNDAEL_128,
19+
1820
/*
1921
|--------------------------------------------------------------------------
2022
| Application Locale Configuration
@@ -41,17 +43,4 @@
4143

4244
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'),
4345

44-
/*
45-
|--------------------------------------------------------------------------
46-
| Encryption Key
47-
|--------------------------------------------------------------------------
48-
|
49-
| This key is used by the Illuminate encrypter service and should be set
50-
| to a random, 32 character string, otherwise these encrypted strings
51-
| will not be safe. Please do this before deploying an application!
52-
|
53-
*/
54-
55-
'cipher' => MCRYPT_RIJNDAEL_128,
56-
5746
];

0 commit comments

Comments
 (0)