From 655d75a3cf154d14b10ffbf2baa42a549cf214f7 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 25 Jan 2015 10:47:21 -0500 Subject: Add new constants: FILES_DIR and DEBUG_FILE --- config.default.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index c9a5d8a7..a55cec3e 100644 --- a/config.default.php +++ b/config.default.php @@ -3,6 +3,12 @@ // Enable/Disable debug define('DEBUG', false); +// Debug file path +define('DEBUG_FILE', 'data/debug.log'); + +// Folder for uploaded files, don't forget the trailing slash +define('FILES_DIR', 'data/files/'); + // E-mail address for the "From" header (notifications) define('MAIL_FROM', 'notifications@kanboard.local'); -- cgit v1.2.3