aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2015-08-12 09:05:21 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2015-08-12 09:05:21 +0200
commit930334cd6d486843b536412391a549815efd038e (patch)
tree485eeecc3bd3db3613d47de25662d5c9163e4afe /app/config/config.yml
parentfedaf005377e6d62ff0986f7f54afef3287a6451 (diff)
parent2686457448372543fdf4f1fc54c4fd20f0f02c2c (diff)
downloadwallabag-930334cd6d486843b536412391a549815efd038e.tar.gz
wallabag-930334cd6d486843b536412391a549815efd038e.tar.zst
wallabag-930334cd6d486843b536412391a549815efd038e.zip
Merge pull request #1297 from wallabag/v2-estimated-time
store estimated reading time in database (#393)
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 75e09039..1f5f7441 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -47,7 +47,9 @@ twig:
47 version: %app.version% 47 version: %app.version%
48 paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" 48 paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
49 flattr_url: "https://flattr.com/thing/1265480" 49 flattr_url: "https://flattr.com/thing/1265480"
50 50 form:
51 resources:
52 - LexikFormFilterBundle:Form:form_div_layout.html.twig
51# Assetic Configuration 53# Assetic Configuration
52assetic: 54assetic:
53 debug: "%kernel.debug%" 55 debug: "%kernel.debug%"