diff options
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/config.exs b/config/config.exs index ef3c828..15cde18 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,9 +1,5 @@ import Config -# This will be redis when scaled across multiple nodes -config :hammer, - backend: {Hammer.Backend.ETS, [expiry_ms: 60_000 * 60 * 4, cleanup_interval_ms: 60_000 * 10]} - config :chessh, ecto_repos: [Chessh.Repo], key_dir: Path.join(Path.dirname(__DIR__), "priv/keys"), |