aboutsummaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-11-06 14:06:02 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-11-06 14:06:02 +0100
commit6a7b5fea3ec301214527f4d8c888cca11d9125e5 (patch)
tree00d7d71d6015e78b036746e65d62eb5fc8755b0f /data/config.default.php
parent60941b9a40731be6f06d9422744cbba27982b6f3 (diff)
parent1a4fdfb1be7b638f5bfd1011e0f81f5814591474 (diff)
Merge branch 'FreshRSS/dev' into git-update
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php2
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