diff options
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config.default.php b/config.default.php index f27672e6..e2b5cdf9 100644 --- a/config.default.php +++ b/config.default.php @@ -1,8 +1,5 @@ <?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'); @@ -19,15 +16,6 @@ define('MAIL_SMTP_ENCRYPTION', null); // Valid values are "null", "ssl" or "tls" // Sendmail command to use when the transport is "sendmail" define('MAIL_SENDMAIL_COMMAND', '/usr/sbin/sendmail -bs'); -// Auto-refresh frequency in seconds for the public board view (60 seconds by default) -define('BOARD_PUBLIC_CHECK_INTERVAL', 60); - -// Board refresh frequency in seconds (the value 0 disable this feature, 10 seconds by default) -define('BOARD_CHECK_INTERVAL', 10); - -// Period (in second) to consider a task was modified recently (0 to disable, 2 days by default) -define('RECENT_TASK_PERIOD', 48*60*60); - // Database driver: sqlite, mysql or postgres (sqlite by default) define('DB_DRIVER', 'sqlite'); |