set application key by default.

This commit is contained in:
Taylor Otwell
2012-02-22 11:00:02 -06:00
parent 257d917e19
commit 86fa595317
5 changed files with 4 additions and 21 deletions

View File

@@ -44,9 +44,7 @@ return array(
|
*/
'key' => '',
'auto_key' => true,
'key' => 'YourSecretKeyGoesHere!',
/*
|--------------------------------------------------------------------------