diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2020-01-28 10:07:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 10:07:22 +0100 |
commit | 62107f50d3b43039a635dcaecce317ef0299ee1f (patch) | |
tree | b35424d19bf21c5a8c02bb88ebcc2a5463bdb698 /app/config/config_dev.yml | |
parent | 8afcb3a6478325959c872fccf206bf8dc80d164c (diff) | |
parent | 1de4a8f938771b2a751a57056777aa4bcb8476c2 (diff) | |
download | wallabag-62107f50d3b43039a635dcaecce317ef0299ee1f.tar.gz wallabag-62107f50d3b43039a635dcaecce317ef0299ee1f.tar.zst wallabag-62107f50d3b43039a635dcaecce317ef0299ee1f.zip |
Merge pull request #4264 from herrriehm/master
cosmetic changes
Diffstat (limited to 'app/config/config_dev.yml')
-rw-r--r-- | app/config/config_dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index 0c490575..fa6e14e7 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml | |||
@@ -36,7 +36,7 @@ monolog: | |||
36 | channels: [doctrine] | 36 | channels: [doctrine] |
37 | 37 | ||
38 | swiftmailer: | 38 | swiftmailer: |
39 | # see http://mailcatcher.me/ | 39 | # see https://mailcatcher.me/ |
40 | transport: smtp | 40 | transport: smtp |
41 | host: 'localhost' | 41 | host: 'localhost' |
42 | port: 1025 | 42 | port: 1025 |