Skip to content

Commit

Permalink
fix: Local settings are not applied correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Finesse committed Jul 30, 2017
1 parent 26bd1e3 commit 070a088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
return array_merge_recursive([
return array_replace_recursive([
'displayErrorDetails' => true, // set to false in production
'addContentLengthHeader' => false, // Allow the web server to send the content-length header

Expand Down

0 comments on commit 070a088

Please sign in to comment.