mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 18:04:31 -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_URL=http://ninja.dev
|
||||
APP_CIPHER=rijndael-128
|
||||
APP_KEY
|
||||
APP_KEY=SomeRandomString
|
||||
APP_TIMEZONE
|
||||
|
||||
DB_TYPE=mysql
|
||||
|
Loading…
x
Reference in New Issue
Block a user