Skip to content

Commit

Permalink
Update config_sample.php
Browse files Browse the repository at this point in the history
  • Loading branch information
n0nag0n authored Jan 13, 2024
1 parent 516b6b5 commit 2772d93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/config/config_sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
* Check out the docs here:
* https://tracy.nette.org/
*/
Debugger::enable(Debugger::DEVELOPMENT);
Debugger::enable(); // auto tries to figure out your environment
// 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;
Expand All @@ -68,4 +69,4 @@
'client_secret' => 'client_secret',
'redirect_uri' => 'redirect_uri'
],
];
];

0 comments on commit 2772d93

Please sign in to comment.