diff options
| author | href <href@random.sh> | 2017-11-28 21:44:25 +0100 |
|---|---|---|
| committer | href <href@random.sh> | 2017-11-28 21:44:25 +0100 |
| commit | 1cb5cbdc6c1cd065e90961a9d538cb72610ae481 (patch) | |
| tree | f2d3c6df992dd695c56454387360148c58b35215 /config | |
| parent | e28c110eba5a4c8c5b4b3d2f552a8706db511c51 (diff) | |
| download | pleroma-1cb5cbdc6c1cd065e90961a9d538cb72610ae481.tar.gz pleroma-1cb5cbdc6c1cd065e90961a9d538cb72610ae481.zip | |
Improve error handling, add configuration
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.exs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index c4f89c40c..503ce8d64 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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" |
