Files
old-slucajna-televizija/web/node_modules/sockjs/tests/test_server/config.js

10 lines
168 B
JavaScript
Raw Normal View History

2017-10-16 11:19:46 +02:00
exports.config = {
server_opts: {
sockjs_url: 'http://localhost:8080/lib/sockjs.js',
websocket: true
},
port: 8081,
host: '0.0.0.0'
};