]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
Fixed default value for reading speed
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / DependencyInjection / Configuration.php
index 37f7c761c934a9f1c78b572b11fefd1647bcf34e..7ae73371c246a69e227e7e26e067f63ca9be83d2 100644 (file)
@@ -30,7 +30,7 @@ class Configuration implements ConfigurationInterface
                     ->defaultValue(50)
                 ->end()
                 ->integerNode('reading_speed')
-                    ->defaultValue(1)
+                    ->defaultValue(200)
                 ->end()
                 ->scalarNode('version')
                 ->end()
@@ -62,7 +62,8 @@ class Configuration implements ConfigurationInterface
                             ->end()
                         ->end()
                     ->end()
-                ->scalarNode('domain_name')
+                ->end()
+                ->scalarNode('encryption_key_path')
                 ->end()
             ->end()
         ;