summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2023-01-13 21:18:34 -0700
committerSimponic <loganhunt@simponic.xyz>2023-01-13 21:23:46 -0700
commit53be77e2c57bac6b861d7c3d1d2d6355816a823b (patch)
treebf2db793a3e0f416b411283547e7f58411f80d9e /config/test.exs
parent87e42b29f004f67df2512c133de626c2b0804477 (diff)
parent2b06f5bf47ec5f8f084dae8f015ca3677d753a7d (diff)
downloadchessh-53be77e2c57bac6b861d7c3d1d2d6355816a823b.tar.gz
chessh-53be77e2c57bac6b861d7c3d1d2d6355816a823b.zip
Merge pull request #4 from Simponic/fix_pubkey
Fix pubkey
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")