Update 'config/config.exs'

This commit is contained in:
verita84 2022-02-02 04:39:10 +00:00
parent 0d7c682fb8
commit 6a99514b79

View File

@ -25,7 +25,7 @@ config :pleroma, :media_proxy,
config :pleroma, Pleroma.Repo,
adapter: Ecto.Adapters.Postgres,
username: "pleroma",
username: "root",
password: "sql",
database: "pleroma",
hostname: "postgresql",