mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
install script tweaks so vanilla is default
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user