Ask for proxy URL if proxy enabled.

Also change the true/false question to y/n
This commit is contained in:
eal 2018-01-12 22:38:14 +02:00
commit d56ab43609
2 changed files with 11 additions and 3 deletions

View file

@ -13,7 +13,7 @@ config :pleroma, :instance,
config :pleroma, :media_proxy,
enabled: <%= mediaproxy %>,
redirect_on_failure: true,
#base_url: "https://cache.pleroma.social"
base_url: "<%= proxy_url %>"
# Configure your database
config :pleroma, Pleroma.Repo,