mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 01:26:16 +01:00
@@ -13,6 +13,7 @@ apiController.getConfig = function(req, res, next) {
|
||||
var config = {};
|
||||
config.relative_path = serverConfig.relative_path;
|
||||
config.version = pkg.version;
|
||||
config.siteTitle = meta.config.title || meta.config.browserTitle || 'NodeBB';
|
||||
config.postDelay = meta.config.postDelay;
|
||||
config.minimumTitleLength = meta.config.minimumTitleLength;
|
||||
config.maximumTitleLength = meta.config.maximumTitleLength;
|
||||
|
||||
Reference in New Issue
Block a user