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

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

config :chessh, ecto_repos: [Chessh.Repo]