Fix pubkey #4

Merged
Simponic merged 3 commits from fix_pubkey into main 2023-01-13 23:18:34 -05:00
Showing only changes of commit 2b06f5bf47 - Show all commits

View File

@ -12,4 +12,5 @@ config :chessh, Chessh.Repo,
pool: Ecto.Adapters.SQL.Sandbox pool: Ecto.Adapters.SQL.Sandbox
config :chessh, config :chessh,
port: 34_355,
key_dir: Path.join(Path.dirname(__DIR__), "priv/test_keys") key_dir: Path.join(Path.dirname(__DIR__), "priv/test_keys")