summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-21 07:43:38 +0100
committerAndrew Dolgov <[email protected]>2006-08-21 07:43:38 +0100
commit9cd7c995e70be458e0843caacd492b59099f121d (patch)
treea933158b41ad274bd73b99d235adc22259c5fbe8 /config.php-dist
parent144a5ef8bcbaf2c92d51819d390fd6e8614fcf7f (diff)
implement support for daily digests
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.php-dist b/config.php-dist
index cd1450724..9f2f23854 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -75,8 +75,8 @@
define('MAIL_RESET_PASS', true);
// Send mail to user on password reset
- define('MAIL_FROM', 'TT-RSS Daemon <[email protected]>');
- // Pretty obvious, I suppose.
+ define('MAIL_FROM', 'TT-RSS Daemon <[email protected]>');
+ // Pretty obvious, I suppose. Used for email digests & password notifications.
define('ENABLE_FEED_BROWSER', true);
// Enable or disable local feed browser
@@ -134,9 +134,12 @@
define('USE_CURL_FOR_ICONS', false);
// Fetch favicons using CURL, useful if your PHP has disabled remote fopen()
- define('DIGEST_HOSTNAME', 'madoka.spb.ru');
+ define('DIGEST_HOSTNAME', 'some.ttrss.host.dom');
// Hostname for email digest signature
+ define('DIGEST_EMAIL_LIMIT', 10);
+ // The maximum amount of emails sent in one digest batch
+
define('CONFIG_VERSION', 5);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).