Skip to content
Snippets Groups Projects
Commit e7c40c25 authored by lain's avatar lain Committed by I Ras
Browse files

fix envvar

parent 36519bdb
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment