config: tls_opts needs to be done at runtime

This commit is contained in:
Ariadne Conill 2019-08-20 21:08:29 +00:00
parent dd9446474f
commit 79a0c3204a

View File

@ -179,12 +179,6 @@ config :pleroma, :http,
proxy_url: nil,
send_user_agent: true,
adapter: [
tls_opts: [
verify: :verify_peer,
cacerts: :certifi.cacerts(),
depth: 20,
reuse_sessions: false
]
]
config :pleroma, :instance,