cleaned up the accounts, limits and revenue sharing and unified the config in one place
This commit is contained in:
@@ -121,6 +121,7 @@ app.get('/api/config', function(req, res){
|
||||
waitSeconds: 60,
|
||||
urlArgs: 'ver=' + Package.version + (DEV_MODE? '-' + (+new Date()): ''),
|
||||
},
|
||||
noSubscriptionButton: (config.noSubscriptionButton === true),
|
||||
websocketPath: config.useExternalWebsocket ? undefined : config.websocketPath,
|
||||
websocketURL:'ws' + ((useSecureWebsockets) ? 's' : '') + '://' + host + ':' +
|
||||
websocketPort + '/cryptpad_websocket',
|
||||
|
||||
Reference in New Issue
Block a user