summaryrefslogtreecommitdiff
path: root/config/test.exs
blob: 6ade5f851d464b85af41459ad3adace4ce7ce9e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Config

config :chessh, Chessh.Repo,
  database: "chessh-test",
  username: "postgres",
  password: "postgres",
  hostname: "localhost",
  pool: Ecto.Adapters.SQL.Sandbox

config :esshd,
  priv_dir: Path.join(Path.dirname(__DIR__), "priv/test_keys")