Read variable for testing db.

Este commit está contenido en:
Roger Braun 2017-11-02 17:45:33 +01:00
padre 32e1e52bd8
commit 5794558077

Ver fichero

@ -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