Add :unnamed option to default database configuration
authorlain <lain@soykaf.club>
Tue, 25 Feb 2020 10:17:51 +0000 (11:17 +0100)
committerlain <lain@soykaf.club>
Tue, 25 Feb 2020 10:53:30 +0000 (11:53 +0100)
config/config.exs

index 9d1e29c0dc1b720dec33ccd1d404d39047cc5960..2b7a761eab67c29f208e86143b9c2609bbe48b75 100644 (file)
@@ -621,7 +621,9 @@ config :pleroma, :modules, runtime_dir: "instance/modules"
 
 config :pleroma, configurable_from_database: false
 
-config :pleroma, Pleroma.Repo, parameters: [gin_fuzzy_search_limit: "500"]
+config :pleroma, Pleroma.Repo,
+  parameters: [gin_fuzzy_search_limit: "500"],
+  prepare: :unnamed
 
 # Import environment specific config. This must remain at the bottom
 # of this file so it overrides the configuration defined above.