diff options
| author | 2015-07-23 14:24:00 +0200 | |
|---|---|---|
| committer | 2015-07-23 14:24:00 +0200 | |
| commit | 7242806c309afdc38a0b5fa165a2a00f87292c9d (patch) | |
| tree | e112184b03d01c5bcd2382d91f88505f48dd9f6d /data/config.default.php | |
| parent | d2caf4349c4c5957ddc453795ffe8ea10237231c (diff) | |
| parent | f4472fc918c1fa1d1cfb2adae6c38a9a261e8c9b (diff) | |
Merge pull request #917 from marienfressinaud/865-base_url-pubsubhubbub
Generate base_url during installation
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index 5db933ff8..a7a29b12c 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -57,6 +57,10 @@ return array( # SimplePie, which is retrieving RSS feeds via HTTP requests. 'simplepie_syslog_enabled' => true, + # Enable or not support of PubSubHubbub. + # /!\ It should NOT be enabled if base_url is not reachable by an external server. + 'pubsubhubbub_enabled' => false, + 'limits' => array( # Duration in seconds of the SimplePie cache, |
