diff --git a/README.md b/README.md index e8eba63..b4faffb 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ But more complex options are available ```toml [client] # HTTP client configuration -user_agent = "postwoman@sample/0.2.0" +user_agent = "postwoman@sample/0.3.1" +timeout = 60 # max time for each request to complete, in seconds +redirects = 5 # allow up to five redirects, defaults to none [env] # these will be replaced in routes options. environment vars overrule these PW_TOKEN = "set-me-as-and-environment-variable!" diff --git a/postwoman.toml b/postwoman.toml index 28dc601..67c23fd 100644 --- a/postwoman.toml +++ b/postwoman.toml @@ -1,5 +1,5 @@ [client] # HTTP client configuration -user_agent = "postwoman@sample/0.2.0" +user_agent = "postwoman@sample/0.3.1" timeout = 60 # max time for each request to complete, in seconds redirects = 5 # allow up to five redirects, defaults to none