diff options
| author | Simponic <elizabeth.hunt@simponic.xyz> | 2023-01-28 23:04:49 -0700 |
|---|---|---|
| committer | Simponic <elizabeth.hunt@simponic.xyz> | 2023-01-29 00:15:25 -0700 |
| commit | ecd07b0c9b81cfa1cf09abae8caacc04af20e911 (patch) | |
| tree | 3af3491a2df279375a0aaf46b77d0c507c92b3c6 /config | |
| parent | 593a631a564926b5b118805b8bea13a753e4757d (diff) | |
| download | chessh-ecd07b0c9b81cfa1cf09abae8caacc04af20e911.tar.gz chessh-ecd07b0c9b81cfa1cf09abae8caacc04af20e911.zip | |
Set ssh port in test config, move asciinema-player to reg deps
Diffstat (limited to 'config')
| -rw-r--r-- | config/test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs index 60b42be..ae8c230 100644 --- a/config/test.exs +++ b/config/test.exs @@ -19,5 +19,5 @@ config :hammer, ] config :chessh, - port: 34_355, + ssh_port: 34_355, key_dir: Path.join(Path.dirname(__DIR__), "priv/test_keys") |
