diff options
author | Jeremy <jeremy.benoist@gmail.com> | 2015-03-07 23:25:36 +0100 |
---|---|---|
committer | Jeremy <jeremy.benoist@gmail.com> | 2015-03-08 07:35:24 +0100 |
commit | 6894d48e03c397096bb64420373afa60c397fe97 (patch) | |
tree | 0deb201b05b6aea527abc82ba7989732c4afbdb9 /app/config/config_test.yml | |
parent | f37d1427a1b75f9d7a2e273b2e9fb0e895a769ab (diff) | |
download | wallabag-6894d48e03c397096bb64420373afa60c397fe97.tar.gz wallabag-6894d48e03c397096bb64420373afa60c397fe97.tar.zst wallabag-6894d48e03c397096bb64420373afa60c397fe97.zip |
Handle forgot password
Diffstat (limited to 'app/config/config_test.yml')
-rw-r--r-- | app/config/config_test.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/config/config_test.yml b/app/config/config_test.yml index a6ead1e8..00a6bc57 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml | |||
@@ -13,7 +13,9 @@ web_profiler: | |||
13 | intercept_redirects: false | 13 | intercept_redirects: false |
14 | 14 | ||
15 | swiftmailer: | 15 | swiftmailer: |
16 | disable_delivery: true | 16 | # to be able to read emails sent |
17 | spool: | ||
18 | type: file | ||
17 | 19 | ||
18 | doctrine: | 20 | doctrine: |
19 | dbal: | 21 | dbal: |