Renamed the .env entry
This commit is contained in:
parent
f5a15c4039
commit
ca794152c4
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ APP_TIMEZONE=America/New_York
|
||||||
APP_CLEAR_TASKLOG=720
|
APP_CLEAR_TASKLOG=720
|
||||||
APP_DELETE_MINUTES=10
|
APP_DELETE_MINUTES=10
|
||||||
APP_ENVIRONMENT_ONLY=true
|
APP_ENVIRONMENT_ONLY=true
|
||||||
LANG_MUST_BE_GLOBAL=false
|
APP_LOCALE_IS_GLOBAL=false
|
||||||
|
|
||||||
DB_HOST=127.0.0.1
|
DB_HOST=127.0.0.1
|
||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
|
|
|
@ -161,7 +161,7 @@ return [
|
||||||
*/
|
*/
|
||||||
'lang' => [
|
'lang' => [
|
||||||
'in_context' => env('PHRASE_IN_CONTEXT', false),
|
'in_context' => env('PHRASE_IN_CONTEXT', false),
|
||||||
'global' => env('LANG_MUST_BE_GLOBAL', false),
|
'global' => env('APP_LOCALE_IS_GLOBAL', false),
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue