diff options
| author | Logan Hunt <loganhunt@simponic.xyz> | 2022-12-30 05:53:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-30 05:53:15 -0700 |
| commit | 52fbc0b0161d2d30583d7f04eef57a29e441e1d2 (patch) | |
| tree | f882037a2820973ba6dc5f64206b01dba03266d8 /config | |
| parent | c143bb549c53f2737c41cdfce6cc2598c5489bdc (diff) | |
| parent | e7d8c61487815bd90ec5834dad5e6f64dd951b53 (diff) | |
| download | chessh-52fbc0b0161d2d30583d7f04eef57a29e441e1d2.tar.gz chessh-52fbc0b0161d2d30583d7f04eef57a29e441e1d2.zip | |
Merge pull request #2 from Simponic/erlang_ssh_server
Erlang ssh server #2
Diffstat (limited to 'config')
| -rw-r--r-- | config/test.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/test.exs b/config/test.exs index 002b49f..3605f1e 100644 --- a/config/test.exs +++ b/config/test.exs @@ -1,11 +1,11 @@ import Config config :chessh, RateLimits, - jail_timeout_ms: 5000, + jail_timeout_ms: 10_000, jail_attempt_threshold: 3 config :chessh, Chessh.Repo, - database: "chessh-test", + database: "chesshtest", username: "postgres", password: "postgres", hostname: "localhost", |
