diff options
author | Kévin Gomez <contact@kevingomez.fr> | 2015-10-24 15:11:06 +0200 |
---|---|---|
committer | Kévin Gomez <contact@kevingomez.fr> | 2015-11-11 16:27:19 +0100 |
commit | 625acf335298186b4ff983f9321900d1238e854b (patch) | |
tree | bc3149d9cee320429475ced6a1cb8b53c71ad7eb /app/config | |
parent | cad8cda7af06234a63b86253da1d813e7b0fd0f2 (diff) | |
download | wallabag-625acf335298186b4ff983f9321900d1238e854b.tar.gz wallabag-625acf335298186b4ff983f9321900d1238e854b.tar.zst wallabag-625acf335298186b4ff983f9321900d1238e854b.zip |
Add a command to automatically tag all entries for a user
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 285fbd7c..82c5e7c9 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -189,3 +189,7 @@ scheb_two_factor: | |||
189 | sender_email: %twofactor_sender% | 189 | sender_email: %twofactor_sender% |
190 | digits: 6 | 190 | digits: 6 |
191 | template: WallabagUserBundle:Authentication:form.html.twig | 191 | template: WallabagUserBundle:Authentication:form.html.twig |
192 | |||
193 | kphoen_rulerz: | ||
194 | executors: | ||
195 | doctrine: true | ||