NDOJ/websocket/config.js
2020-04-10 01:30:19 -05:00

9 lines
200 B
JavaScript

module.exports = {
get_host: '127.0.0.1',
get_port: 15100,
post_host: '127.0.0.1',
post_port: 15101,
http_host: '127.0.0.1',
http_port: 15102,
long_poll_timeout: 29000,
};