chessh/config/dev.exs
2022-12-19 01:39:10 -07:00

10 lines
181 B
Elixir

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