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

config :chessh, Chessh.Repo,
  database: "chessh-test",
  username: "postgres",
  password: "postgres",
  hostname: "localhost"

config :chessh, ecto_repos: [Chessh.Repo]