diff options
Diffstat (limited to 'data')
| -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', |
