diff options
| author | 2016-11-06 14:04:06 +0100 | |
|---|---|---|
| committer | 2016-11-06 14:04:06 +0100 | |
| commit | 829d9997d31929b45384808f7cca343edb00b0d2 (patch) | |
| tree | 18e07a53a06056f4d0710f70c1fed255fc329baa /data | |
| parent | 92910c212b4d2796c222c7891ea319fde3149525 (diff) | |
Fix small bugs in install
Small fixes in install (e.g. better check that DB password works)
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/config.default.php b/data/config.default.php index d3cd3bf22..8b07b85cd 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -46,7 +46,7 @@ return array( # `http_auth` is an access controled by the HTTP Web server (e.g. `/FreshRSS/p/i/.htaccess` for Apache) # if you use `http_auth`, remember to protect only `/FreshRSS/p/i/`, # and in particular not protect `/FreshRSS/p/api/` if you would like to use the API (different login system). - 'auth_type' => 'none', + 'auth_type' => 'form', # Allow or not the use of the API, used for mobile apps. # End-point is http://example.net/FreshRSS/p/api/greader.php |
