fix server visibility

This commit is contained in:
peter
2020-02-05 17:51:50 +01:00
parent 8804fe2ebe
commit 8c0e36e6f7
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -102,7 +102,9 @@ implements TableDefinitionExporter, IAdmin {
private startWebsocket(){
this.rpcServer = new RPCServer(20000, [
...this.frontworkComponents,
])
], {
visibility: '0.0.0.0'
})
logger.debug("Websocket up on", 20000)
}