diff options
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 80754393..30fd6063 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -50,6 +50,9 @@ wallabag_core: | |||
50 | rss_limit: 50 | 50 | rss_limit: 50 |
51 | reading_speed: 1 | 51 | reading_speed: 1 |
52 | 52 | ||
53 | wallabag_user: | ||
54 | registration_enabled: "%fosuser_registration%" | ||
55 | |||
53 | wallabag_import: | 56 | wallabag_import: |
54 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] | 57 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] |
55 | resource_dir: "%kernel.root_dir%/../web/uploads/import" | 58 | resource_dir: "%kernel.root_dir%/../web/uploads/import" |