chessh/config/test.exs
2022-12-29 17:21:20 -07:00

16 lines
331 B
Elixir

import Config
config :chessh, RateLimits,
jail_timeout_ms: 1000,
jail_threshold: 2
config :chessh, Chessh.Repo,
database: "chessh-test",
username: "postgres",
password: "postgres",
hostname: "localhost",
pool: Ecto.Adapters.SQL.Sandbox
config :chessh,
key_dir: Path.join(Path.dirname(__DIR__), "priv/test_keys")