Added support for user specific languages
This commit is contained in:
parent
7cf79a12cb
commit
9a06647435
3 changed files with 9 additions and 2 deletions
|
@ -6,6 +6,7 @@ APP_TIMEZONE=America/New_York
|
|||
APP_CLEAR_TASKLOG=720
|
||||
APP_DELETE_MINUTES=10
|
||||
APP_ENVIRONMENT_ONLY=true
|
||||
LANG_MUST_BE_GLOBAL=false
|
||||
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
|
@ -26,4 +27,4 @@ MAIL_FROM=no-reply@example.com
|
|||
|
||||
QUEUE_HIGH=high
|
||||
QUEUE_STANDARD=standard
|
||||
QUEUE_LOW=low
|
||||
QUEUE_LOW=low
|
Loading…
Add table
Add a link
Reference in a new issue