mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add APP_LOCALE to .env.example
This commit is contained in:
parent
1cadaffe3f
commit
91bc7df35f
@ -3,6 +3,7 @@ APP_DEBUG=false
|
|||||||
APP_URL=http://ninja.dev
|
APP_URL=http://ninja.dev
|
||||||
APP_KEY=SomeRandomStringSomeRandomString
|
APP_KEY=SomeRandomStringSomeRandomString
|
||||||
APP_CIPHER=AES-256-CBC
|
APP_CIPHER=AES-256-CBC
|
||||||
|
APP_LOCALE=en
|
||||||
|
|
||||||
DB_TYPE=mysql
|
DB_TYPE=mysql
|
||||||
DB_STRICT=false
|
DB_STRICT=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user