Read variable for testing db.

This commit is contained in:
Roger Braun 2017-11-02 17:45:33 +01:00
parent 32e1e52bd8
commit 5794558077
1 changed files with 1 additions and 1 deletions

View File

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