modify template

This commit is contained in:
Matias Alejo Garcia 2014-05-07 10:34:05 -03:00
parent 1dc1e0a017
commit eda1b5f0f5
1 changed files with 5 additions and 3 deletions

View File

@ -97,10 +97,12 @@ var config = {
host: 'test.insight.is',
port: 3001
},
verbose: 1,
passphrase: {
iterations: 1,
storageSalt: 'mjuBtGybi/4=',
},
themes: ['default'],
iterations: 1000,
storageSalt: 'mjuBtGybi/4=', // choose your own salt (base64)
verbose: 1,
};
var log = function() {