10 lines
186 B
Elixir
10 lines
186 B
Elixir
|
import Config
|
||
|
|
||
|
config :chessh, Chessh.Repo,
|
||
|
database: "chessh-test",
|
||
|
username: "postgres",
|
||
|
password: "postgres",
|
||
|
hostname: "localhost"
|
||
|
|
||
|
config :chessh, ecto_repos: [Chessh.Repo]
|