mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Fix signature duration configuration documentation
This commit is contained in:
parent
bb9f8e8807
commit
cbc14810ec
1 changed files with 2 additions and 2 deletions
|
@ -742,12 +742,12 @@ secret_key = 'SECRET_KEY'
|
|||
session_token = 'SESSION_TOKEN'
|
||||
|
||||
## Optional: set how long object storage signatures are valid for (in seconds)
|
||||
# environment variable: PICTRS__STORE__SIGNATURE_EXPIRATION
|
||||
# environment variable: PICTRS__STORE__SIGNATURE_DURATION
|
||||
# default: 15
|
||||
#
|
||||
# This can be useful if your object storage might take a while to process requests. It should not be
|
||||
# increased more than needed to prevent replay attacks.
|
||||
signature_expiration = 15
|
||||
signature_duration = 15
|
||||
|
||||
## Optional: set how long pict-rs will wait (in seconds) for a response from object storage
|
||||
# environment variable: PICTRS__STORE__CLIENT_TIMEOUT
|
||||
|
|
Loading…
Reference in a new issue