Skip to content
Snippets Groups Projects
Commit 3d41d344 authored by Sven Stumm's avatar Sven Stumm
Browse files

changed http port

parent 623eaf3d
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ from tornado.options import define, options
import uuid
#define ports
define("http_port", default=80, help="HTTP port", type=int)
define("http_port", default=8000, help="HTTP port", type=int)
define("ws_port", default=8888, help="WebSocket port", type=int)
verbose = True
cl = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment