diff options
Diffstat (limited to 'app')
-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%" |