feat: Add 'Expertise' profile section to seed data, extend JWT token expiration times, and allow agents to retrieve profile sections by type.
This commit is contained in:
@@ -17,8 +17,8 @@ export default () => ({
|
||||
// JWT Authentication
|
||||
jwt: {
|
||||
secret: process.env.JWT_SECRET || 'super-secret-key',
|
||||
accessExpiration: process.env.JWT_ACCESS_EXPIRATION || '15m',
|
||||
refreshExpiration: process.env.JWT_REFRESH_EXPIRATION || '7d',
|
||||
accessExpiration: process.env.JWT_ACCESS_EXPIRATION || '2h',
|
||||
refreshExpiration: process.env.JWT_REFRESH_EXPIRATION || '30d',
|
||||
},
|
||||
|
||||
// Password Hashing
|
||||
|
||||
Reference in New Issue
Block a user