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:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
APP_ENV=production
|
APP_ENV=production
|
||||||
APP_DEBUG=false
|
APP_DEBUG=false
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
APP_KEY=SomeRandomString
|
APP_KEY=
|
||||||
|
|
||||||
DB_DRIVER=mysql
|
DB_DRIVER=mysql
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
|
|||||||
Reference in New Issue
Block a user