]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
Merge pull request #2002 from wallabag/feature-display-itemsNumber
[github/wallabag/wallabag.git] / app / config / config.yml
index eb53fc5d45b5a819a08aa857c4f6237b6f5ce58d..31bd8a8c0597a96cc533a7e7a27ccc402504694a 100644 (file)
@@ -51,6 +51,9 @@ wallabag_core:
     reading_speed: 1
     cache_lifetime: 10
 
+wallabag_user:
+    registration_enabled: "%fosuser_registration%"
+
 wallabag_import:
     allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain']
     resource_dir: "%kernel.root_dir%/../web/uploads/import"