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