update user, auth, token, roles, done

This commit is contained in:
2024-11-26 23:58:38 +07:00
parent 6e71588f91
commit 9608e96401
27 changed files with 1842 additions and 152 deletions

View File

@ -20,5 +20,9 @@
"username": "postgres",
"password": "123",
"database": "bri-erp"
},
"auth": {
"refresh_token_lifetime_day": 30,
"access_token_lifetime": 300
}
}