projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
035c2c1
)
Add :unnamed option to default database configuration
author
lain
<lain@soykaf.club>
Tue, 25 Feb 2020 10:17:51 +0000
(11:17 +0100)
committer
lain
<lain@soykaf.club>
Tue, 25 Feb 2020 10:53:30 +0000
(11:53 +0100)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 9d1e29c0dc1b720dec33ccd1d404d39047cc5960..2b7a761eab67c29f208e86143b9c2609bbe48b75 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-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.