Add sane defaults for :database_config_whitelist
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
parent
1af8997462
commit
57a3b1f6d0
1 changed files with 9 additions and 0 deletions
|
|
@ -960,6 +960,15 @@ config :pleroma, Pleroma.Search.QdrantSearch,
|
||||||
vectors: %{size: 384, distance: "Cosine"}
|
vectors: %{size: 384, distance: "Cosine"}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
config :pleroma, :database_config_whitelist, [
|
||||||
|
{:pleroma},
|
||||||
|
{:cors_plug},
|
||||||
|
{:ex_aws, :s3},
|
||||||
|
{:mime},
|
||||||
|
{:prometheus, Pleroma.Web.Endpoint.MetricsExporter},
|
||||||
|
{:web_push_encryption, :vapid_details}
|
||||||
|
]
|
||||||
|
|
||||||
# Import environment specific config. This must remain at the bottom
|
# Import environment specific config. This must remain at the bottom
|
||||||
# of this file so it overrides the configuration defined above.
|
# of this file so it overrides the configuration defined above.
|
||||||
import_config "#{Mix.env()}.exs"
|
import_config "#{Mix.env()}.exs"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue