summaryrefslogtreecommitdiff
path: root/config/test.exs
blob: c1d70ddb55d60946ae54e6c547d057becf77ffce (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 :chessh,
  priv_dir: Path.join(Path.dirname(__DIR__), "priv/keys")