merge
[akkoma] / config / config.exs
index 922acea4be41eafa80aef7a7f8a670b9d7f024b0..614a3e1fe1688105c7536ad8cf464fb75df61297 100644 (file)
@@ -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"