mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 17:46:16 +01:00
using websocketAddress config if supplied
This commit is contained in:
@@ -35,6 +35,7 @@ apiController.getConfig = function(req, res, next) {
|
||||
config.disableSocialButtons = parseInt(meta.config.disableSocialButtons, 10) === 1;
|
||||
config.maxReconnectionAttempts = meta.config.maxReconnectionAttempts || 5;
|
||||
config.reconnectionDelay = meta.config.reconnectionDelay || 200;
|
||||
config.websocketAddress = meta.config.websocketAddress || '';
|
||||
config.tagsPerTopic = meta.config.tagsPerTopic || 5;
|
||||
config.topicsPerPage = meta.config.topicsPerPage || 20;
|
||||
config.postsPerPage = meta.config.postsPerPage || 20;
|
||||
|
||||
Reference in New Issue
Block a user