1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 12:12:48 +01:00

Add APP_LOCALE to .env.example

This commit is contained in:
Hillel Coren 2017-03-22 22:53:56 +02:00
parent 1cadaffe3f
commit 91bc7df35f

View File

@ -3,6 +3,7 @@ APP_DEBUG=false
APP_URL=http://ninja.dev
APP_KEY=SomeRandomStringSomeRandomString
APP_CIPHER=AES-256-CBC
APP_LOCALE=en
DB_TYPE=mysql
DB_STRICT=false