added salt rounds for hashing
This commit is contained in:
parent
36776f9083
commit
9cf2376723
|
|
@ -8,5 +8,6 @@ export default {
|
||||||
password: 'NZU~jdR28NWC25qw5o81m|ki#Ib?a{Nk',
|
password: 'NZU~jdR28NWC25qw5o81m|ki#Ib?a{Nk',
|
||||||
timezone: '+00:00',
|
timezone: '+00:00',
|
||||||
decimalNumbers: true
|
decimalNumbers: true
|
||||||
}
|
},
|
||||||
|
saltRounds: 10
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue