Remove someRandomString from .env.example

Remove someRandomString from .env.example

Removed someRandomString because it interferes with php artisan
key:generate

Resolves: #2222
This commit is contained in:
Sean Mangar
2016-10-31 15:36:47 +04:00
parent 0705440256
commit 190b677fb3

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