mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 17:44:32 -04:00
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_DEBUG=false
|
||||||
APP_URL=http://ninja.dev
|
APP_URL=http://ninja.dev
|
||||||
APP_CIPHER=rijndael-128
|
APP_CIPHER=rijndael-128
|
||||||
APP_KEY
|
APP_KEY=SomeRandomString
|
||||||
APP_TIMEZONE
|
APP_TIMEZONE
|
||||||
|
|
||||||
DB_TYPE=mysql
|
DB_TYPE=mysql
|
||||||
@ -18,4 +18,4 @@ MAIL_HOST
|
|||||||
MAIL_USERNAME
|
MAIL_USERNAME
|
||||||
MAIL_FROM_ADDRESS
|
MAIL_FROM_ADDRESS
|
||||||
MAIL_FROM_NAME
|
MAIL_FROM_NAME
|
||||||
MAIL_PASSWORD
|
MAIL_PASSWORD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user