diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-26 14:38:24 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-02 23:24:17 +0100 |
commit | dda57bb9443817e3a080d5d25343f5a7e15dd14f (patch) | |
tree | 75a2447f84aad68ff6a1efe01019b77a2148d339 /app/config/config.yml | |
parent | 87f23b005c5f68f7463333a74317efa4eb9a9565 (diff) | |
download | wallabag-dda57bb9443817e3a080d5d25343f5a7e15dd14f.tar.gz wallabag-dda57bb9443817e3a080d5d25343f5a7e15dd14f.tar.zst wallabag-dda57bb9443817e3a080d5d25343f5a7e15dd14f.zip |
fix #1502 avoid duplicate entry and store pocket url in config
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 421b2db5..88b1a59f 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -33,6 +33,14 @@ wallabag_core: | |||
33 | import: | 33 | import: |
34 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] | 34 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] |
35 | 35 | ||
36 | wallabag_import: | ||
37 | importers: | ||
38 | pocket_urls: | ||
39 | oauth_request: https://getpocket.com/v3/oauth/request | ||
40 | auth_authorize: https://getpocket.com/auth/authorize | ||
41 | oauth_authorize: https://getpocket.com/v3/oauth/authorize | ||
42 | get: https://getpocket.com/v3/get | ||
43 | |||
36 | # Twig Configuration | 44 | # Twig Configuration |
37 | twig: | 45 | twig: |
38 | debug: "%kernel.debug%" | 46 | debug: "%kernel.debug%" |