Foxnouns.NET/rate/proxy-config.example.json
sam 2281b3e478
fix: replace port 5000 in example docs with port 6000
macOS runs a service on port 5000 by default. this doesn't actually
prevent the backend server from *starting*, or the rate limiter proxy
from working, but it *does* mean that when the backend restarts, if the
proxy sends a request, it will stop working until it's restarted.

the easiest way to work around this is by just changing the port the
backend listens on. this does not change the ports used in the docker
configuration.
2024-12-25 14:03:15 -05:00

6 lines
117 B
JSON

{
"port": 5003,
"proxy_target": "http://localhost:6000",
"debug": true,
"powered_by": "5 gay rats"
}