diff options
| author | 2015-11-02 20:20:40 +0100 | |
|---|---|---|
| committer | 2015-11-02 21:11:23 +0100 | |
| commit | bb0556543d3d5d54832ea6d81372587b88062a5b (patch) | |
| tree | cccad2f4e3503cd96392731115105073b96deb67 /data/config.default.php | |
| parent | a74eac88d8ccd38ff700e12cc42410e4780349a0 (diff) | |
Move auto-update server URL in configuration
Fix https://github.com/FreshRSS/FreshRSS/issues/1019
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index 8eccee8a5..174592a21 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -18,6 +18,9 @@ return array( # https://freshrss.example.net/ 'base_url' => '', + # Specify address of the FreshRSS auto-update server. + 'auto_update_url' => 'https://update.freshrss.org', + # Natural language of the user interface, e.g. `en`, `fr`. 'language' => 'en', |
