fix error create problem
This commit is contained in:
parent
b6c9ce4763
commit
4113f8b68b
16 changed files with 2445 additions and 5 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue