added salt rounds for hashing

This commit is contained in:
Pau 2025-04-14 02:28:32 +02:00
parent 36776f9083
commit 9cf2376723
1 changed files with 2 additions and 1 deletions

View File

@ -8,5 +8,6 @@ export default {
password: 'NZU~jdR28NWC25qw5o81m|ki#Ib?a{Nk',
timezone: '+00:00',
decimalNumbers: true
}
},
saltRounds: 10
}