mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
Address PR comments
This commit is contained in:
@@ -34,7 +34,7 @@ class WebsocketServerServiceProvider implements ServiceProviderInterface
|
||||
'protocol' => 'tcp',
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 13598,
|
||||
], $app['conf']->get(['main', 'task-manager', 'publisher'], []));
|
||||
], $app['conf']->get(['main', 'websocket-server', 'subscriber'], []));
|
||||
});
|
||||
|
||||
$app['ws.task-manager.broadcaster'] = $app->share(function (Application $app) {
|
||||
|
Reference in New Issue
Block a user