Skip to content

Commit

Permalink
Merge pull request #1 from eydun/master
Browse files Browse the repository at this point in the history
Update config_sample.php
  • Loading branch information
n0nag0n authored Jan 13, 2024
2 parents 2772d93 + d777399 commit ea58a99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/config/config_sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@
// Debugger::enable(Debugger::DEVELOPMENT) // sometimes you have to be explicit (also Debugger::PRODUCTION)
// Debugger::enable('23.75.345.200'); // you can also provide an array of IP addresses
Debugger::$logDirectory = __DIR__ . $ds . '..' . $ds . 'log';
Debugger::$showBar = true;
Debugger::$strictMode = true; // display all errors
// Debugger::$strictMode = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED; // all errors except deprecated notices
if (Debugger::$showBar) {
$app->set('flight.content_length', false); // if Debugger bar is visible, then content-length can not be set by Flight
}

/*
* This is where you will store database credentials, api credentials
Expand Down

0 comments on commit ea58a99

Please sign in to comment.