NDOJ/websocket/config.js
2023-05-20 08:52:37 +09:00

9 lines
200 B
JavaScript
Executable file

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,
};