diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-26 15:49:44 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-02 23:27:41 +0100 |
commit | 303768dfe9b85f87d043eb225c5c8c3a88d8c051 (patch) | |
tree | 8e29ed85236f012ac4a18b01e271a97800d98fa7 /app/config | |
parent | dda57bb9443817e3a080d5d25343f5a7e15dd14f (diff) | |
download | wallabag-303768dfe9b85f87d043eb225c5c8c3a88d8c051.tar.gz wallabag-303768dfe9b85f87d043eb225c5c8c3a88d8c051.tar.zst wallabag-303768dfe9b85f87d043eb225c5c8c3a88d8c051.zip |
- remove importers configuration
- add check on userId for findOneByURL for entries
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 88b1a59f..421b2db5 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -33,14 +33,6 @@ 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 | |||
44 | # Twig Configuration | 36 | # Twig Configuration |
45 | twig: | 37 | twig: |
46 | debug: "%kernel.debug%" | 38 | debug: "%kernel.debug%" |