Skip to content

Commit

Permalink
Update demo example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Tkachenko committed Apr 11, 2022
1 parent b4341f1 commit 43ddad3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions demo/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ services:
APIFW_DENYLIST_TOKENS_COOKIE_NAME: "test"
APIFW_DENYLIST_TOKENS_HEADER_NAME: ""
APIFW_DENYLIST_TOKENS_TRIM_BEARER_PREFIX: "true"
# Denylist: Cache
APIFW_DENYLIST_CACHE_NUM_COUNTERS: "10000000"
APIFW_DENYLIST_CACHE_MAX_COST: "2147483648"
APIFW_DENYLIST_CACHE_BUFFER_ITEMS: "64"
volumes:
- ./volumes/api-firewall:/opt/resources:ro
ports:
Expand Down

0 comments on commit 43ddad3

Please sign in to comment.