Skip to content

Commit

Permalink
fix: set replace_ip default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Mar 30, 2024
1 parent 4e760aa commit 153a328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/laravelcloudflare.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
|
*/

'replace_ip' => (bool) env('LARAVEL_CLOUDFLARE_REPLACE_IP', true),
'replace_ip' => (bool) env('LARAVEL_CLOUDFLARE_REPLACE_IP', false),

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

0 comments on commit 153a328

Please sign in to comment.