diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2018-12-14 12:09:55 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2018-12-14 12:09:55 +0300 |
commit | f81213910fb32505b92fc19270cc483e00862d0c (patch) | |
tree | dd3847033e142e1fffe9dc17419a5b562149cbe1 /config/dev.exs | |
parent | 9e689de06302df8b1d281c41f7774d43a0db3758 (diff) | |
download | pleroma-f81213910fb32505b92fc19270cc483e00862d0c.tar.gz pleroma-f81213910fb32505b92fc19270cc483e00862d0c.zip |
[#114] Addressed MR comments. Removed functionality to be extracted to other MRs.
Diffstat (limited to 'config/dev.exs')
-rw-r--r-- | config/dev.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/dev.exs b/config/dev.exs index 166be721a..080a2f8db 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -17,6 +17,8 @@ config :pleroma, Pleroma.Web.Endpoint, check_origin: false, watchers: [] +config :pleroma, Pleroma.Mailer, adapter: Swoosh.Adapters.Local + # ## SSL Support # # In order to use HTTPS in development, a self-signed |