There was an error while loading. Please reload this page.
Here are the all runtime configurations of Pomelo.
This config can only be applied to master server.
app.configure('production|development', 'master', function(){ app.set('masterConfig', { authUser: function () { ... }, authServer: function () { ... } }); });
The config affects the client of 'pomeo-rpc'. It can be applied to all servers.
app.configure('production|development', function(){ app.set('proxyConfig', { bufferMsg: true, interval: 20 }); });