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

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