Skip to content

Commit

Permalink
12
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleonm committed Jan 16, 2025
1 parent 6eb83c3 commit fc5d1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/global.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class Config {
jwtSecret: process.env.JWT_SECRET || '123456',
jwtExpirationTime: process.env.JWT_EXPIRATION_TIME || '1d',
algorithm: 'HS256',
hashSaltRounds: 10,
hashSaltRounds: 12,
}
this.log = { level: (process.env.LOG_LEVEL as Level) || 'debug' }
this.database = {
Expand Down

0 comments on commit fc5d1b5

Please sign in to comment.