Pleroma: Enable in-db configs
This commit is contained in:
parent
8e2d11adad
commit
079eb24de1
@ -24,6 +24,9 @@ config :pleroma, :media_proxy,
|
||||
enabled: false,
|
||||
redirect_on_failure: true
|
||||
|
||||
# Use in-db configs
|
||||
config :pleroma, configurable_from_database: true
|
||||
|
||||
# DB configuration
|
||||
config :pleroma, Pleroma.Repo,
|
||||
adapter: Ecto.Adapters.Postgres,
|
||||
|
Loading…
Reference in New Issue
Block a user