Read variable for testing db.

stable
Roger Braun 7 years ago
parent 32e1e52bd8
commit 5794558077

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

Loading…
Cancel
Save