9 lines
178 B
Elixir
9 lines
178 B
Elixir
import Config
|
|
|
|
config :chessh, Chessh.Repo,
|
|
database: "chessh-test",
|
|
username: "postgres",
|
|
password: "postgres",
|
|
hostname: "localhost",
|
|
pool: Ecto.Adapters.SQL.Sandbox
|