Skip to content

Commit

Permalink
Add local/ directory. Update composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Jun 26, 2017
1 parent f2c3327 commit 4ef51f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,4 +1,6 @@
/vendor/
/logs/*
!/logs/README.md
/local/
!/local/.gitkeep
/composer.lock
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -14,6 +14,7 @@
"require": {
"php": "^7",
"paragonie/blakechain": "^0|^1",
"paragonie/easydb": "^2",
"paragonie/sapient": "^1",
"slim/slim": "^3.8",
"slim/php-view": "^2.0",
Expand Down
Empty file added local/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion src/settings.php
@@ -1,7 +1,7 @@
<?php
return [
'settings' => [
'displayErrorDetails' => true, // set to false in production
'displayErrorDetails' => false, // set to false in production
'addContentLengthHeader' => false, // Allow the web server to send the content-length header

// Renderer settings
Expand Down

0 comments on commit 4ef51f3

Please sign in to comment.