aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/config/config.yml8
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
36wallabag_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
37twig: 45twig:
38 debug: "%kernel.debug%" 46 debug: "%kernel.debug%"