]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
Merge pull request #2500 from wallabag/add-check-composer
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / DependencyInjection / Configuration.php
index d1bb9820beb3a4a498ca3a7b0b383a35e63e0683..3a3da0246f2d5869537a4b620fcb80782bcee99d 100644 (file)
@@ -36,6 +36,11 @@ class Configuration implements ConfigurationInterface
                 ->end()
                 ->scalarNode('paypal_url')
                 ->end()
+                ->integerNode('cache_lifetime')
+                    ->defaultValue(10)
+                ->end()
+                ->scalarNode('fetching_error_message')
+                ->end()
             ->end()
         ;