]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
add experimental support for pubsubhubbub in published feed, bump config version...
[tt-rss.git] / config.php-dist
index 531ce20b325d02b8311f8db4c3785df7be7f6ef0..87429d1367257663940886ae95c64d79315f5143 100644 (file)
        // Please set this to true if you have read everything above and
        // finished setting configuration options.
 
-       define('CONFIG_VERSION', 21);
+       define('PUBSUBHUBBUB_HUB', '');
+       // URL to a PubSubHubbub-compatible hub server. If defined, Published
+       // articles generated feeds would automatically become PUSH-enabled.
+
+       define('CONFIG_VERSION', 22);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).