forked from YokaiRick/akkoma
Read variable for testing db.
This commit is contained in:
parent
32e1e52bd8
commit
5794558077
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
username: "postgres",
|
username: "postgres",
|
||||||
password: "postgres",
|
password: "postgres",
|
||||||
database: "pleroma_test",
|
database: "pleroma_test",
|
||||||
hostname: "localhost",
|
hostname: System.get_env("DB_HOST") || "localhost",
|
||||||
pool: Ecto.Adapters.SQL.Sandbox
|
pool: Ecto.Adapters.SQL.Sandbox
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue