aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config_dev.yml
diff options
context:
space:
mode:
authorSebastian Riehm <hallo@herrriehm.de>2020-01-25 16:03:31 +0100
committerSebastian Riehm <hallo@herrriehm.de>2020-01-25 16:16:43 +0100
commit1e921a657f02748d1745f5d98cdb2b3c50dc9555 (patch)
tree1a5d0eafb4ace181d4bfdda5b9f3e173858cfbfe /app/config/config_dev.yml
parent52cd86f1c2031e33ff9680e76575210619744394 (diff)
downloadwallabag-1e921a657f02748d1745f5d98cdb2b3c50dc9555.tar.gz
wallabag-1e921a657f02748d1745f5d98cdb2b3c50dc9555.tar.zst
wallabag-1e921a657f02748d1745f5d98cdb2b3c50dc9555.zip
cosmetic changes:
- http to https - replaced generic .com by specific TLD - updated some dead urls
Diffstat (limited to 'app/config/config_dev.yml')
-rw-r--r--app/config/config_dev.yml2
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
38swiftmailer: 38swiftmailer:
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