change contest testcases visibility

This commit is contained in:
cuom1999 2020-04-10 01:30:19 -05:00
parent 5aa9af5013
commit b73bc7ad4d
30 changed files with 21449 additions and 23000 deletions

9
websocket/config.js Normal file
View 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,
};