feat: add rate limiter proxy

This commit is contained in:
sam 2024-09-10 16:53:43 +02:00
parent 13a0cac663
commit 3d22385689
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
10 changed files with 498 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"port": 5003,
"proxy_target": "http://localhost:5000",
"debug": true
}