Improve error handling, add configuration

This commit is contained in:
href 2017-11-28 21:44:25 +01:00
commit 1cb5cbdc6c
No known key found for this signature in database
GPG key ID: EE8296C1A152C325
3 changed files with 45 additions and 32 deletions

View file

@ -47,6 +47,11 @@ config :pleroma, :instance,
limit: 5000,
registrations_open: true
config :pleroma, :media_proxy,
enabled: false,
redirect_on_failure: true
#base_url: "https://cache.pleroma.social"
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env}.exs"