Feat/implement-refresh-tokens (#9233)
This commit is contained in:
parent
dbfbc56de7
commit
f73751843f
10 changed files with 123 additions and 38 deletions
|
|
@ -20,6 +20,9 @@ FILES_URL=http://127.0.0.1:5001
|
|||
# The time in seconds after the signature is rejected
|
||||
FILES_ACCESS_TIMEOUT=300
|
||||
|
||||
# Access token expiration time in minutes
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES=60
|
||||
|
||||
# celery configuration
|
||||
CELERY_BROKER_URL=redis://:difyai123456@localhost:6379/1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue