aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config_dev.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-03-30 17:05:37 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-03-30 17:05:37 +0200
commitf98a2a0fc3ae8a5955bb811f083c3d2535f96791 (patch)
tree386ecf0a54bdf904225182e0d2f63ced417b32c5 /app/config/config_dev.yml
parentbdf2add2e80dc52a02113c50636b5f887639b31a (diff)
parentd0c2243b1099303be961c9d4b33eaaa95e663bef (diff)
downloadwallabag-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.yml10
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:
44assetic: 44assetic:
45 use_controller: true 45 use_controller: true
46 46
47#swiftmailer: 47swiftmailer:
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