fix error create problem

This commit is contained in:
ubuntu 2023-11-02 05:12:56 -04:00
parent b6c9ce4763
commit 4113f8b68b
16 changed files with 2445 additions and 5 deletions

View file

@ -1,9 +1,10 @@
module.exports = {
get_host: '127.0.0.1',
get_host: 'wsevent',
get_port: 15100,
post_host: '127.0.0.1',
post_host: 'wsevent',
post_port: 15101,
http_host: '127.0.0.1',
http_host: 'wsevent',
http_port: 15102,
long_poll_timeout: 29000,
};