chore: update sample collection

This commit is contained in:
əlemi 2024-10-20 02:06:10 +02:00
parent 43a284d4e9
commit a44babb509
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 4 additions and 2 deletions

View file

@ -33,7 +33,9 @@ But more complex options are available
```toml ```toml
[client] # HTTP client configuration [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 [env] # these will be replaced in routes options. environment vars overrule these
PW_TOKEN = "set-me-as-and-environment-variable!" PW_TOKEN = "set-me-as-and-environment-variable!"

View file

@ -1,5 +1,5 @@
[client] # HTTP client configuration [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 timeout = 60 # max time for each request to complete, in seconds
redirects = 5 # allow up to five redirects, defaults to none redirects = 5 # allow up to five redirects, defaults to none