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

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