fix envvar

This commit is contained in:
lain 2022-11-11 15:40:32 +00:00 committed by I Ras
parent 36519bdbee
commit e7c40c2509
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
password: "postgres",
database: "pleroma_test",
hostname: System.get_env("DB_HOST") || "localhost",
port: System.get_env("DB_HOST") || "5432",
port: System.get_env("DB_PORT") || "5432",
pool: Ecto.Adapters.SQL.Sandbox,
pool_size: 50