Display a link to the task for email notifications

This commit is contained in:
Frédéric Guillot
2014-08-18 18:57:15 -07:00
parent 04bebc4787
commit 9bfb6c4c4b
21 changed files with 47 additions and 20 deletions

View File

@@ -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');