diff options
| author | Simponic <loganhunt@simponic.xyz> | 2022-12-19 02:39:40 -0700 |
|---|---|---|
| committer | Simponic <loganhunt@simponic.xyz> | 2022-12-19 02:39:40 -0700 |
| commit | b4743f9efb685545cdd780cc9ba7a50e083dd8cf (patch) | |
| tree | a538467211886df38c79706769029e23c7aadb61 /mix.exs | |
| parent | 9cdfb6eb9cd30c4e06a7d9fef53e519983827d81 (diff) | |
| download | chessh-b4743f9efb685545cdd780cc9ba7a50e083dd8cf.tar.gz chessh-b4743f9efb685545cdd780cc9ba7a50e083dd8cf.zip | |
Get public key authenticator actually running, add password validator via hash
Diffstat (limited to 'mix.exs')
| -rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ defmodule Chessh.MixProject do # Run "mix help compile.app" to learn about applications. def application do [ + mod: {Chessh.Application, []}, extra_applications: [:esshd, :logger] ] end |
