flask server
This commit is contained in:
parent
5acb2992ce
commit
0a71a6c840
54 changed files with 5876 additions and 0 deletions
12
server/flask/application/backend/config.json
Normal file
12
server/flask/application/backend/config.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"SECRECT_BYTE_COUNT": 64,
|
||||
"SESSION_ACCESS_EXPIRATION_IN_SECONDS": 86400,
|
||||
"SESSION_REFRESH_EXPIRATION_IN_SECONDS": 259200,
|
||||
"RESET_PASSWORD_EXPIRATION_IN_SECONDS": 432000,
|
||||
"MAX_PASSWORD_LENGTH": 64,
|
||||
"MAX_USERNAME_LENGTH": 64,
|
||||
"MAX_TOKEN_LENGTH": 200,
|
||||
"KEY_LENGTH": 150,
|
||||
"MAX_OTP_LENGTH": 16,
|
||||
"DATABASE_NAME": "sqlitedb"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue