6 lines
103 B
TOML
6 lines
103 B
TOML
[backend]
|
|
url = "http://localhost:8080"
|
|
|
|
[request]
|
|
retries = 3
|
|
retry_codes = [400, 404, 405, 500, 502]
|