fix envvar
This commit is contained in:
parent
36519bdbee
commit
e7c40c2509
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue