Merge pull request #3850 from crynobone/default-app-key

[5.2] Remove default APP_KEY value
This commit is contained in:
Taylor Otwell 2016-08-02 07:47:08 -05:00 committed by GitHub
commit f2421123e3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
APP_ENV=local APP_ENV=local
APP_KEY=SomeRandomString APP_KEY=
APP_DEBUG=true APP_DEBUG=true
APP_LOG_LEVEL=debug APP_LOG_LEVEL=debug
APP_URL=http://localhost APP_URL=http://localhost