chessh/config/test.exs
2022-12-19 20:56:59 -07:00

12 lines
257 B
Elixir

import Config
config :chessh, Chessh.Repo,
database: "chessh-test",
username: "postgres",
password: "postgres",
hostname: "localhost",
pool: Ecto.Adapters.SQL.Sandbox
config :esshd,
priv_dir: Path.join(Path.dirname(__DIR__), "priv/test_keys")