Skip to content

Commit

Permalink
chore: update sample collection
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Oct 20, 2024
1 parent 43a284d commit a44babb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down
2 changes: 1 addition & 1 deletion postwoman.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a44babb

Please # to comment.