Skip to content

Commit

Permalink
Renamed the .env entry
Browse files Browse the repository at this point in the history
  • Loading branch information
stanjg committed May 4, 2018
1 parent f5a15c4 commit ca79415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ APP_TIMEZONE=America/New_York
APP_CLEAR_TASKLOG=720
APP_DELETE_MINUTES=10
APP_ENVIRONMENT_ONLY=true
LANG_MUST_BE_GLOBAL=false
APP_LOCALE_IS_GLOBAL=false

DB_HOST=127.0.0.1
DB_PORT=3306
Expand Down
2 changes: 1 addition & 1 deletion config/pterodactyl.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
*/
'lang' => [
'in_context' => env('PHRASE_IN_CONTEXT', false),
'global' => env('LANG_MUST_BE_GLOBAL', false),
'global' => env('APP_LOCALE_IS_GLOBAL', false),
],

/*
Expand Down

0 comments on commit ca79415

Please sign in to comment.