chessh/config/dev.exs

8 lines
138 B
Elixir
Raw Normal View History

2022-12-19 03:37:10 -05:00
import Config
config :chessh, Chessh.Repo,
database: "chessh",
username: "postgres",
password: "postgres",
hostname: "localhost"