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