summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-08-18 18:57:15 -0700
committerFrédéric Guillot <fred@kanboard.net>2014-08-18 18:57:15 -0700
commit9bfb6c4c4ba16378201564118ddc4c25eb83a0b1 (patch)
tree9acac4a4b8a5820730e1da7cba23339f47f92c5c /config.default.php
parent04bebc47877f5145e20e6d6165ea506fa891f98c (diff)
Display a link to the task for email notifications
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php
index 6986cd48..6206f37e 100644
--- a/config.default.php
+++ b/config.default.php
@@ -1,5 +1,8 @@
<?php
+// Your Kanboard base URL, example: http://demo.kanboard.net/ (used by email notifications or CLI scripts)
+define('KANBOARD_URL', '');
+
// E-mail address for the "From" header (notifications)
define('MAIL_FROM', 'notifications@kanboard.net');