Skip to content

Commit

Permalink
fix: change APP_TRUST_PROXIES to APP_TRUSTED_PROXIES (#6095)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg6775 authored Apr 25, 2022
1 parent f0db671 commit 5f63bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ Jacek Sawoszczuk @jsawo
Dung Nguyen @nhymxu
Krzysztof Rewak @krzysztofrewak
Geidson Benicio @geidsonc
Maximilian Arzberger @Schlauer-Hax <hax@bbn.family>
Gregor Bigalke @GregTCLTK <greg@bbn.family>
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
|
*/

'trust_proxies' => env('APP_TRUST_PROXIES'),
'trust_proxies' => env('APP_TRUSTED_PROXIES', env('APP_TRUST_PROXIES')),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 5f63bed

Please sign in to comment.