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
73246ace5fc68f3a41657234e81c98b6c5df1172
Authored by
zhouhaihai
2020-10-16 11:55:25 +0800
1 parent
adee2c9e
关闭日志
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/production.lua
Inline
Side-by-side
config/production.lua
Wrap text
Show/Hide comments
View file @
73246ac
1
1
include("basic.lua")
2
2
3
-logd =
1
-- 是否开启日志
3
+logd =
0
-- 是否开启日志
4
4
thread = 4
5
5
codeurl = "127.0.0.1:9001"
6
6
servId = 1
...
...