mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 18:16:36 +02: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