X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Ftest.exs;h=26b5410fe8b594e97e018a49d7fe95d4f2c16df5;hb=5a371892a031ecc7359ff45d1119ae41a20f46dd;hp=04136e1f23d1447bf94d278484c48c3110cfb74b;hpb=b403ea4d2b69cef4434ad68babdfb402d8227847;p=akkoma diff --git a/config/test.exs b/config/test.exs index 04136e1f2..26b5410fe 100644 --- a/config/test.exs +++ b/config/test.exs @@ -18,7 +18,7 @@ config :pleroma, Pleroma.Repo, username: "postgres", password: "postgres", database: "pleroma_test", - hostname: "localhost", + hostname: System.get_env("DB_HOST") || "localhost", pool: Ecto.Adapters.SQL.Sandbox