File token chores (#4664)

* Missing file token chores

* Make whole idea folder ignored
This commit is contained in:
Darek Desu
2024-03-26 13:42:09 +01:00
committed by GitHub
parent ef8867e552
commit 22d17d855c
8 changed files with 29 additions and 15 deletions

View File

@ -59,6 +59,8 @@ import TabItem from '@theme/TabItem';
['REFRESH_TOKEN_SECRET', '<random>', 'Secret used for the refresh tokens'],
['REFRESH_TOKEN_EXPIRES_IN', '90d', 'Refresh token expiration time'],
['REFRESH_TOKEN_COOL_DOWN', '1m', 'Refresh token cooldown'],
['FILE_TOKEN_SECRET', '<random>', 'Secret used for the file tokens'],
['FILE_TOKEN_EXPIRES_IN', '1d', 'File token expiration time'],
['API_TOKEN_EXPIRES_IN', '1000y', 'Api token expiration time'],
]}></OptionTable>