diff options
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php index b9cbdf98..ed1d5fd8 100644 --- a/config.default.php +++ b/config.default.php @@ -1,5 +1,8 @@ <?php +// Enable/Disable debug +define('DEBUG', false); + // E-mail address for the "From" header (notifications) define('MAIL_FROM', 'notifications@kanboard.local'); |