diff options
| author | 2015-06-01 19:42:09 +0200 | |
|---|---|---|
| committer | 2015-06-01 19:42:09 +0200 | |
| commit | ee55fd13a9ac24b908b83f0f6b0ae2cbb8f2c3f0 (patch) | |
| tree | c4bcf466e174c9abc1f15b29e8940e5fabad803d /data/config.default.php | |
| parent | 12972ee54ab7a732f1ca2349ff2ce46e6b245404 (diff) | |
| parent | 137c498c84da23f9abad2217c5fd716d6c514573 (diff) | |
Merge pull request #831 from Alkarex/PubSubHubbub
PubSubHubbub
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/data/config.default.php b/data/config.default.php index 8be203d36..80d331df7 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -11,9 +11,11 @@ return array( # Used to make crypto more unique. Generated during install. 'salt' => '', - # Leave empty for most cases. - # Ability to override the address of the FreshRSS instance, - # used when building absolute URLs. + # Specify address of the FreshRSS instance, + # used when building absolute URLs, e.g. for PubSubHubbub. + # Examples: + # https://example.net/FreshRSS/p/ + # https://freshrss.example.net/ 'base_url' => '', # Natural language of the user interface, e.g. `en`, `fr`. |
