Skip to content

Commit

Permalink
refactor: 로컬, 테스트의 request limit 변수 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
nayonsoso committed Nov 28, 2024
1 parent 64804cc commit 7a6d0d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ cors:
allowed-origins:
- http://localhost
- https://localhost

request-limit:
threshold: 3
duration: 1s
host: localhost
port: 6379
6 changes: 0 additions & 6 deletions backend/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,3 @@ logging:
cors:
allowed-origins:
- https://allowed-domain.com

request-limit:
threshold: 3
duration: 1s
host: localhost
port: 6379

0 comments on commit 7a6d0d2

Please sign in to comment.