change contest testcases visibility
This commit is contained in:
parent
5aa9af5013
commit
b73bc7ad4d
30 changed files with 21449 additions and 23000 deletions
9
websocket/config.js
Normal file
9
websocket/config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
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,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue