NDOJ/websocket/config.js

11 lines
195 B
JavaScript
Raw Normal View History

2020-04-10 01:30:19 -05:00
module.exports = {
2023-11-02 05:12:56 -04:00
get_host: 'wsevent',
2020-04-10 01:30:19 -05:00
get_port: 15100,
2023-11-02 05:12:56 -04:00
post_host: 'wsevent',
2020-04-10 01:30:19 -05:00
post_port: 15101,
2023-11-02 05:12:56 -04:00
http_host: 'wsevent',
2020-04-10 01:30:19 -05:00
http_port: 15102,
long_poll_timeout: 29000,
};
2023-11-02 05:12:56 -04:00