feat: add rate limiter proxy
This commit is contained in:
parent
13a0cac663
commit
3d22385689
10 changed files with 498 additions and 0 deletions
5
rate/proxy-config.example.json
Normal file
5
rate/proxy-config.example.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"port": 5003,
|
||||
"proxy_target": "http://localhost:5000",
|
||||
"debug": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue