Commit d6e8065865ac18daa70363766769d5600cb4c861
1 parent
dd42c06e
cb
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
config/basic.lua
@@ -17,4 +17,6 @@ thread = 4 | @@ -17,4 +17,6 @@ thread = 4 | ||
17 | max_client = 2000 | 17 | max_client = 2000 |
18 | server_port = 20001 | 18 | server_port = 20001 |
19 | debug_port = 10001 | 19 | debug_port = 10001 |
20 | -httpweb_port = 11001 | ||
21 | \ No newline at end of file | 20 | \ No newline at end of file |
21 | +httpweb_port = 11001 | ||
22 | + | ||
23 | +serverType = "cb" | ||
22 | \ No newline at end of file | 24 | \ No newline at end of file |