modify template

This commit is contained in:
Matias Alejo Garcia 2014-05-07 10:34:05 -03:00
commit eda1b5f0f5

View file

@ -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() {