diff options
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs index 8ab016e..6ade5f8 100644 --- a/config/test.exs +++ b/config/test.exs @@ -6,3 +6,6 @@ config :chessh, Chessh.Repo, password: "postgres", hostname: "localhost", pool: Ecto.Adapters.SQL.Sandbox + +config :esshd, + priv_dir: Path.join(Path.dirname(__DIR__), "priv/test_keys") |