Skip to content

Commit

Permalink
Remove NYI observer cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
xward committed Dec 16, 2023
1 parent 4c95bd6 commit 24f822f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ end
config :phoenix_ddos,
safelist_ips: ["1.2.3.4", "5.6.7.0"],
blocklist_ips: ["11.12.13.0"],
observer: true,
protections: [
# ip rate limit
{PhoenixDDoS.IpRateLimit, allowed: 500, period: {2, :minutes}},
Expand Down

0 comments on commit 24f822f

Please sign in to comment.