X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdescription.exs;h=9f93265d1ff1ba9cd764634a30d029d39fa827d7;hb=c52982e9c5381c824595a0410d3a6db0ea9f1cfc;hp=a44ab2432a1faac67f20a5cf984822c629982b91;hpb=2e433e106f52d47f3bc9e533474b7e4d74389535;p=akkoma diff --git a/config/description.exs b/config/description.exs index a44ab2432..9f93265d1 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2598,9 +2598,10 @@ config :pleroma, :config_description, [ %{ key: :proxy_url, label: "Proxy URL", - type: [:string, :tuple], - description: "Proxy URL", - suggestions: ["localhost:9020", {:socks5, :localhost, 3090}] + type: :string, + description: + "Proxy URL - of the format http://host:port. Advise setting in .exs instead of admin-fe due to this being set at boot-time.", + suggestions: ["http://localhost:3128"] }, %{ key: :user_agent,