chore: update sample collection
This commit is contained in:
parent
43a284d4e9
commit
a44babb509
2 changed files with 4 additions and 2 deletions
|
@ -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!"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue