Add APP_LOCALE to .env.example
This commit is contained in:
parent
1cadaffe3f
commit
91bc7df35f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue