fix kanboard data dir
This commit is contained in:
parent
1c3918a3c3
commit
74f63afb19
2 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
/*******************************************************************/
|
||||
|
||||
// Data folder (must be writeable by the web server user and absolute)
|
||||
define('DATA_DIR', __DIR__.DIRECTORY_SEPARATOR.'data');
|
||||
define('DATA_DIR', '/var/lib/kanboard/data');
|
||||
|
||||
// Enable/Disable debug
|
||||
define('DEBUG', false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue