Added the locale to the example .env file
This commit is contained in:
parent
ca794152c4
commit
6aabb2da13
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ APP_TIMEZONE=America/New_York
|
|||
APP_CLEAR_TASKLOG=720
|
||||
APP_DELETE_MINUTES=10
|
||||
APP_ENVIRONMENT_ONLY=true
|
||||
|
||||
APP_LOCALE=en
|
||||
APP_LOCALE_IS_GLOBAL=false
|
||||
|
||||
DB_HOST=127.0.0.1
|
||||
|
|
Loading…
Reference in a new issue