fix: TOKEN_EXPIRY_MINUTES (#9557)
This commit is contained in:
parent
8d8a8fe295
commit
90dd91c6cd
5 changed files with 16 additions and 13 deletions
|
|
@ -605,8 +605,8 @@ INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH=1000
|
|||
# Default: 72.
|
||||
INVITE_EXPIRY_HOURS=72
|
||||
|
||||
# Reset password token valid time (hours),
|
||||
RESET_PASSWORD_TOKEN_EXPIRY_HOURS=0.0833
|
||||
# Reset password token valid time (minutes),
|
||||
RESET_PASSWORD_TOKEN_EXPIRY_MINUTES=5
|
||||
|
||||
# The sandbox service endpoint.
|
||||
CODE_EXECUTION_ENDPOINT=http://sandbox:8194
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue