Update documentation

This commit is contained in:
Frederic Guillot
2015-05-31 12:40:46 -04:00
parent 4f6603e2b1
commit 0f01bc90de
4 changed files with 33 additions and 5 deletions

View File

@@ -4,14 +4,14 @@ Config file
You can customize the default settings of Kanboard by adding a file `config.php` at the project root.
You can also rename the `config.default.php` and change the desired values.
Enable/Disable debug
--------------------
Enable/Disable debug mode
-------------------------
```php
define('DEBUG', false);
```
The debug mode log all SQL queries and the time taken to generate pages.
The debug mode logs all SQL queries and the time taken to generate pages.
Debug file path
---------------
@@ -21,6 +21,7 @@ define('DEBUG_FILE', __DIR__.'/data/debug.log');
```
All debug information are saved in this file.
If you prefer to send logs to `stdout` or `stderr` replace the value by `php://stdout` or `php://stderr`.
Folder for uploaded files
-------------------------