aboutsummaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php
index 9d74940c1..a38a9372a 100644
--- a/config.default.php
+++ b/config.default.php
@@ -151,6 +151,16 @@ return array(
),
+ # Configure the default feeds to which users will automatically be subscribed.
+ 'default_feeds' => array(
+ array(
+ 'url' => 'https://github.com/FreshRSS/FreshRSS/releases.atom',
+ 'name' => 'FreshRSS releases',
+ 'website' => 'https://github.com/FreshRSS/FreshRSS/',
+ 'description' => 'FreshRSS releases @ GitHub',
+ ),
+ ),
+
# Configuration to send emails. Be aware that PHP < 5.5 are not supported.
# These options are basically a mapping of the PHPMailer class attributes
# from the PHPMailer library.