install script tweaks so vanilla is default

This commit is contained in:
Julian Lam
2013-10-19 17:41:26 -04:00
parent 9166c82dc2
commit c1f47f536d
2 changed files with 20 additions and 1 deletions

View File

@@ -158,6 +158,12 @@ var async = require('async'),
}, {
field: 'maximumProfileImageSize',
value: 256
}, {
field: 'theme:type',
value: 'local'
}, {
field: 'theme:id',
value: 'nodebb-theme-vanilla'
}];
async.each(defaults, function (configObj, next) {