summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2023-01-13 21:08:44 -0700
committerSimponic <loganhunt@simponic.xyz>2023-01-13 21:08:44 -0700
commit2b06f5bf47ec5f8f084dae8f015ca3677d753a7d (patch)
tree503530d51627a3e7897d33e2585ea87bbaca0769 /config/test.exs
parenta607da7918f1611a503d1e0e566883bc352c406e (diff)
downloadchessh-2b06f5bf47ec5f8f084dae8f015ca3677d753a7d.tar.gz
chessh-2b06f5bf47ec5f8f084dae8f015ca3677d753a7d.zip
Move port on test
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs1
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")