mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-26 18:21:02 +00:00
fix #1502 avoid duplicate entry and store pocket url in config
This commit is contained in:
parent
87f23b005c
commit
dda57bb944
7 changed files with 87 additions and 36 deletions
|
@ -33,6 +33,14 @@ 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%"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue