X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=ee30969e86d3e7e16a5f4b7782021543b7bb3e7d;hb=9908cf8fda7d47f23456033cd8c77126d14c81ab;hp=3a730134882ce3192a5a7781eb7ae15369bd59c8;hpb=ba72c51a0f6f8a64a24a96c89d4cb8cfcfb7a245;p=akkoma diff --git a/config/config.exs b/config/config.exs index 3a7301348..ee30969e8 100644 --- a/config/config.exs +++ b/config/config.exs @@ -111,6 +111,13 @@ 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, + web: "https://vinayaka.distsn.org/?{{host}}+{{user}}" + # 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"