Browse Source

Read variable for testing db.

tags/v0.9.9
Roger Braun 6 years ago
parent
commit
5794558077
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/test.exs

+ 1
- 1
config/test.exs 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




Loading…
Cancel
Save