Apply suggestion to lib/pleroma/http/http.ex
[akkoma] / config / config.exs
index 159aa6398a777bb91474b1a8033c388c826ea77b..7c94a0f26bfaad6115fe58d92778604462982997 100644 (file)
@@ -49,8 +49,7 @@ config :pleroma, ecto_repos: [Pleroma.Repo]
 config :pleroma, Pleroma.Repo,
   types: Pleroma.PostgresTypes,
   telemetry_event: [Pleroma.Repo.Instrumenter],
-  migration_lock: nil,
-  parameters: [gin_fuzzy_search_limit: "500"]
+  migration_lock: nil
 
 config :pleroma, Pleroma.Captcha,
   enabled: true,
@@ -603,6 +602,10 @@ config :pleroma, :modules, runtime_dir: "instance/modules"
 
 config :pleroma, configurable_from_database: false
 
+config :pleroma, Pleroma.Repo,
+  parameters: [gin_fuzzy_search_limit: "500"],
+  prepare: :unnamed
+
 config :pleroma, :connections_pool,
   receive_connection_timeout: 250,
   max_connections: 250,