added encryption configs
This commit is contained in:
parent
ecd979493a
commit
cd4db8a097
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ var config = {
|
||||||
},
|
},
|
||||||
verbose: 1,
|
verbose: 1,
|
||||||
themes: ['default']
|
themes: ['default']
|
||||||
|
iterations: 1000,
|
||||||
|
storageSalt: 'mjuBtGybi/4=', // choose your own salt (base64)
|
||||||
};
|
};
|
||||||
|
|
||||||
var log = function () {
|
var log = function () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue