X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=614a3e1fe1688105c7536ad8cf464fb75df61297;hb=cc9c062b553e20018e406dc605e6e504ad3134a6;hp=922acea4be41eafa80aef7a7f8a670b9d7f024b0;hpb=41b0ecef959df0a1cda71e56e256cacebe48d56f;p=akkoma diff --git a/config/config.exs b/config/config.exs index 922acea4b..614a3e1fe 100644 --- a/config/config.exs +++ b/config/config.exs @@ -109,6 +109,12 @@ config :pleroma, :gopher, ip: {0, 0, 0, 0}, port: 9999 +config :pleroma, :suggestions, + enabled: false, + third_party_engine: + "http://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-suggestions-api.cgi?{{host}}+{{user}}", + timeout: 300_000 + # 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"