switch DB name

This commit is contained in:
FloatingGhost 2022-07-01 14:19:53 +01:00
parent e060b89812
commit 412d990a4d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ config :pleroma, Pleroma.Repo,
adapter: Ecto.Adapters.Postgres,
username: "postgres",
password: "postgres",
database: "pleroma_test",
database: "akkoma_test",
hostname: System.get_env("DB_HOST") || "localhost",
pool: Ecto.Adapters.SQL.Sandbox,
pool_size: 50,