2017-09-13 07:52:34 +02:00

10 lines
168 B
JavaScript
Vendored

exports.config = {
server_opts: {
sockjs_url: 'http://localhost:8080/lib/sockjs.js',
websocket: true
},
port: 8081,
host: '0.0.0.0'
};