Files
ASHEBShop-h5/node_modules/sockjs/tests/test_server/config.js
T
2017-05-10 16:33:00 +08:00

10 lines
168 B
JavaScript

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