forked from AkkomaGang/akkoma
Add :unnamed option to default database configuration
This commit is contained in:
parent
035c2c1415
commit
f71aa644b1
1 changed files with 3 additions and 1 deletions
|
@ -621,7 +621,9 @@
|
|||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue