modify template
This commit is contained in:
parent
1dc1e0a017
commit
eda1b5f0f5
1 changed files with 5 additions and 3 deletions
|
|
@ -97,10 +97,12 @@ var config = {
|
||||||
host: 'test.insight.is',
|
host: 'test.insight.is',
|
||||||
port: 3001
|
port: 3001
|
||||||
},
|
},
|
||||||
verbose: 1,
|
passphrase: {
|
||||||
|
iterations: 1,
|
||||||
|
storageSalt: 'mjuBtGybi/4=',
|
||||||
|
},
|
||||||
themes: ['default'],
|
themes: ['default'],
|
||||||
iterations: 1000,
|
verbose: 1,
|
||||||
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