NDOJ/websocket/config.js

10 lines
200 B
JavaScript
Raw Permalink Normal View History

2020-04-10 06:30:19 +00:00
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,
};