diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-11-20 17:39:14 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-11-20 18:47:48 +0100 |
commit | 8a21985474c2daae9f84ac52463fe7d297aae3ae (patch) | |
tree | 278b3c516222f3a1f6286f7c62a0852bb61fcb65 /app/config/wallabag.yml | |
parent | e585dde46c4ed9e0223925968f1634e81c15c67f (diff) | |
download | wallabag-8a21985474c2daae9f84ac52463fe7d297aae3ae.tar.gz wallabag-8a21985474c2daae9f84ac52463fe7d297aae3ae.tar.zst wallabag-8a21985474c2daae9f84ac52463fe7d297aae3ae.zip |
Added internal setting to enable/disable headers storage
Diffstat (limited to 'app/config/wallabag.yml')
-rw-r--r-- | app/config/wallabag.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index bbc587b0..7795bae6 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml | |||
@@ -153,6 +153,10 @@ wallabag_core: | |||
153 | name: api_user_registration | 153 | name: api_user_registration |
154 | value: 0 | 154 | value: 0 |
155 | section: api | 155 | section: api |
156 | - | ||
157 | name: store_article_headers | ||
158 | value: 0 | ||
159 | section: entry | ||
156 | 160 | ||
157 | wallabag_user: | 161 | wallabag_user: |
158 | registration_enabled: "%fosuser_registration%" | 162 | registration_enabled: "%fosuser_registration%" |