Update .env.example

For `key:generate` to work, `APP_KEY` needs to be set correctly.
This commit is contained in:
Ben Harris 2015-08-18 11:04:39 +08:00
parent 972e949035
commit 65d4440354

View File

@ -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
@ -18,4 +18,4 @@ MAIL_HOST
MAIL_USERNAME
MAIL_FROM_ADDRESS
MAIL_FROM_NAME
MAIL_PASSWORD
MAIL_PASSWORD