mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
closes #314
This commit is contained in:
@@ -113,6 +113,9 @@ var async = require('async'),
|
||||
}, {
|
||||
field: 'imgurClientID',
|
||||
value: ''
|
||||
}, {
|
||||
field: 'maximumProfileImageSize',
|
||||
value: 256
|
||||
}];
|
||||
|
||||
async.each(defaults, function (configObj, next) {
|
||||
|
||||
Reference in New Issue
Block a user