GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
d6e8065865ac18daa70363766769d5600cb4c861
Authored by
zhouhaihai
2020-09-01 16:18:36 +0800
1 parent
dd42c06e
cb
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
config/basic.lua
Inline
Side-by-side
config/basic.lua
Wrap text
Show/Hide comments
View file @
d6e8065
...
...
@@ -17,4 +17,6 @@ thread = 4
17
17
max_client = 2000
18
18
server_port = 20001
19
19
debug_port = 10001
20
-httpweb_port = 11001
21
20
\ No newline at end of file
21
+httpweb_port = 11001
22
+
23
+serverType = "cb"
22
24
\ No newline at end of file
...
...