diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-11-26 08:58:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-26 08:58:17 +0100 |
commit | 1d91f14516e109978f497e9f55d2f87c8268e1d7 (patch) | |
tree | abfab5d6303ca3bb5996e2e98fbfdc6bc804ba45 /app/config/wallabag.yml | |
parent | 773ac5b0f7a56ff2527601498b0822d6ef8bfa40 (diff) | |
parent | 893fd6434f11b6a1fef375f19e6ea427402bc605 (diff) | |
download | wallabag-1d91f14516e109978f497e9f55d2f87c8268e1d7.tar.gz wallabag-1d91f14516e109978f497e9f55d2f87c8268e1d7.tar.zst wallabag-1d91f14516e109978f497e9f55d2f87c8268e1d7.zip |
Merge pull request #3436 from wallabag/origin-shaarli
Add craue setting to enable sharing of origin url to Shaarli
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 ec6aae63..978a48f4 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml | |||
@@ -158,6 +158,10 @@ wallabag_core: | |||
158 | name: store_article_headers | 158 | name: store_article_headers |
159 | value: 0 | 159 | value: 0 |
160 | section: entry | 160 | section: entry |
161 | - | ||
162 | name: shaarli_share_origin_url | ||
163 | value: 0 | ||
164 | section: entry | ||
161 | 165 | ||
162 | wallabag_user: | 166 | wallabag_user: |
163 | registration_enabled: "%fosuser_registration%" | 167 | registration_enabled: "%fosuser_registration%" |