Update .env.example
For `key:generate` to work, `APP_KEY` needs to be set correctly.
This commit is contained in:
parent
972e949035
commit
65d4440354
|
|
@ -2,7 +2,7 @@ APP_ENV=production
|
|||
APP_DEBUG=false
|
||||
APP_URL=http://ninja.dev
|
||||
APP_CIPHER=rijndael-128
|
||||
APP_KEY
|
||||
APP_KEY=SomeRandomString
|
||||
APP_TIMEZONE
|
||||
|
||||
DB_TYPE=mysql
|
||||
|
|
|
|||
Loading…
Reference in New Issue