Improve error handling, add configuration
This commit is contained in:
parent
e28c110eba
commit
1cb5cbdc6c
3 changed files with 45 additions and 32 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue