Merge pull request #2223 from seanmangar/2.4

Remove someRandomString from .env.example
This commit is contained in:
James Brooks 2016-10-31 11:45:42 +00:00 committed by GitHub
commit 732b01d7e8

View File

@ -1,7 +1,7 @@
APP_ENV=production
APP_DEBUG=false
APP_URL=http://localhost
APP_KEY=SomeRandomString
APP_KEY=
DB_DRIVER=mysql
DB_HOST=localhost