diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-03-30 17:05:37 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-03-30 17:05:37 +0200 |
commit | f98a2a0fc3ae8a5955bb811f083c3d2535f96791 (patch) | |
tree | 386ecf0a54bdf904225182e0d2f63ced417b32c5 /app/config/config_test.yml | |
parent | bdf2add2e80dc52a02113c50636b5f887639b31a (diff) | |
parent | d0c2243b1099303be961c9d4b33eaaa95e663bef (diff) | |
download | wallabag-f98a2a0fc3ae8a5955bb811f083c3d2535f96791.tar.gz wallabag-f98a2a0fc3ae8a5955bb811f083c3d2535f96791.tar.zst wallabag-f98a2a0fc3ae8a5955bb811f083c3d2535f96791.zip |
Merge pull request #1152 from wallabag/v2-forgot-password
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 32156963..4dca39d2 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: |