diff options
author | Simponic <loganhunt@simponic.xyz> | 2023-01-13 21:08:44 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2023-01-13 21:08:44 -0700 |
commit | 2b06f5bf47ec5f8f084dae8f015ca3677d753a7d (patch) | |
tree | 503530d51627a3e7897d33e2585ea87bbaca0769 | |
parent | a607da7918f1611a503d1e0e566883bc352c406e (diff) | |
download | chessh-2b06f5bf47ec5f8f084dae8f015ca3677d753a7d.tar.gz chessh-2b06f5bf47ec5f8f084dae8f015ca3677d753a7d.zip |
Move port on test
-rw-r--r-- | config/test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs index 3605f1e..3319f9b 100644 --- a/config/test.exs +++ b/config/test.exs @@ -12,4 +12,5 @@ config :chessh, Chessh.Repo, pool: Ecto.Adapters.SQL.Sandbox config :chessh, + port: 34_355, key_dir: Path.join(Path.dirname(__DIR__), "priv/test_keys") |