fix: RESET_PASSWORD_TOKEN_EXPIRY_HOURS error (#9542)

This commit is contained in:
Joe 2024-10-21 15:25:35 +08:00 committed by GitHub
parent bddcb31fe2
commit 7742a5dac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -606,7 +606,7 @@ INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH=1000
INVITE_EXPIRY_HOURS=72
# Reset password token valid time (hours),
RESET_PASSWORD_TOKEN_EXPIRY_HOURS=1/12
RESET_PASSWORD_TOKEN_EXPIRY_HOURS=0.0833
# The sandbox service endpoint.
CODE_EXECUTION_ENDPOINT=http://sandbox:8194