projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e99e2a8
)
Merge branch 'fix/ecto_ssl_option' into 'develop'
author
rinpatch
<rinpatch@sdf.org>
Sun, 22 Mar 2020 14:32:40 +0000
(14:32 +0000)
committer
rinpatch
<rinpatch@sdf.org>
Tue, 31 Mar 2020 10:42:19 +0000
(13:42 +0300)
Fix ssl option on Ecto config breaking release
See merge request pleroma/pleroma!2307
mix.exs
patch
|
blob
|
history
diff --git
a/mix.exs
b/mix.exs
index b55a79a77cad111d6d03bab333cf0f65163eae11..ca1655c608ad9600514acb0910bf273267fb8184 100644
(file)
--- a/
mix.exs
+++ b/
mix.exs
@@
-63,7
+63,7
@@
defmodule Pleroma.Mixfile do
def application do
[
mod: {Pleroma.Application, []},
- extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize],
+ extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize
, :ssl
],
included_applications: [:ex_syslogger]
]
end