added question about activating mediaproxy to config generator
This commit is contained in:
parent
5c09d8d3f1
commit
29b7e822fb
2 changed files with 7 additions and 1 deletions
|
|
@ -10,6 +10,11 @@ config :pleroma, :instance,
|
|||
limit: 5000,
|
||||
registrations_open: true
|
||||
|
||||
config :pleroma, :media_proxy,
|
||||
enabled: <%= mediaproxy %>,
|
||||
redirect_on_failure: true,
|
||||
#base_url: "https://cache.pleroma.social"
|
||||
|
||||
# Configure your database
|
||||
config :pleroma, Pleroma.Repo,
|
||||
adapter: Ecto.Adapters.Postgres,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue