- remove importers configuration

- add check on userId for findOneByURL for entries
This commit is contained in:
Nicolas Lœuillet
2015-10-26 15:49:44 +01:00
committed by Jeremy Benoist
parent dda57bb944
commit 303768dfe9
7 changed files with 31 additions and 45 deletions

View File

@ -33,14 +33,6 @@ wallabag_core:
import:
allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain']
wallabag_import:
importers:
pocket_urls:
oauth_request: https://getpocket.com/v3/oauth/request
auth_authorize: https://getpocket.com/auth/authorize
oauth_authorize: https://getpocket.com/v3/oauth/authorize
get: https://getpocket.com/v3/get
# Twig Configuration
twig:
debug: "%kernel.debug%"