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_dev.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_dev.yml')
-rw-r--r-- | app/config/config_dev.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index efaf396e..205e0f66 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml | |||
@@ -44,5 +44,11 @@ monolog: | |||
44 | assetic: | 44 | assetic: |
45 | use_controller: true | 45 | use_controller: true |
46 | 46 | ||
47 | #swiftmailer: | 47 | swiftmailer: |
48 | # delivery_address: me@example.com | 48 | # see http://mailcatcher.me/ |
49 | transport: smtp | ||
50 | host: 'localhost' | ||
51 | port: 1025 | ||
52 | username: null | ||
53 | password: null | ||
54 | |||