From 1333a05db108a08f4108763019e5ab02dc95617b Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Thu, 1 May 2014 11:19:27 -0300 Subject: [PATCH] comma fixed --- config.template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.template.js b/config.template.js index b3ebac205..b297a068b 100644 --- a/config.template.js +++ b/config.template.js @@ -42,7 +42,7 @@ var config = { port: 3001 }, verbose: 1, - themes: ['default'] + themes: ['default'], iterations: 1000, storageSalt: 'mjuBtGybi/4=', // choose your own salt (base64) };