chessh/config/dev.exs

8 lines
138 B
Elixir

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