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
8e3ae7ada45c81b01d978a4684f0e725b4931f9b
Authored by
zhouhaihai
2020-07-27 17:31:48 +0800
1 parent
39962c96
后台运行
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
config/develop.lua
Inline
Side-by-side
config/develop.lua
Wrap text
Show/Hide comments
View file @
8e3ae7a
...
...
@@ -15,3 +15,4 @@ redis_host = "127.0.0.1"
15
15
redis_port = 6001
16
16
redis_db = 0
17
17
redis_auth = "zhaolu6001"
18
+daemon = "./skynet.pid"
18
19
\ No newline at end of file
...
...