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
632c273f9c5c4f2fdb17b8f20e97d4b2e77eed30
Authored by
liuzujun
2021-07-20 10:51:30 +0800
1 parent
e799fee3
添加s2,s3,s4配置
Showing
3 changed files
with
18 additions
and
0 deletions
Show diff stats
config/server2.lua
config/server3.lua
config/server4.lua
Inline
Side-by-side
config/server2.lua
0 → 100755
Wrap text
Show/Hide comments
View file @
632c273
...
...
@@ -0,0 +1,6 @@
1
+include("basic.lua")
2
+
3
+
4
+servId = 2
5
+redis_host = "10.204.64.178"
6
+mysql_host = "10.204.64.10"
...
...
config/server3.lua
0 → 100755
Wrap text
Show/Hide comments
View file @
632c273
...
...
@@ -0,0 +1,6 @@
1
+include("basic.lua")
2
+
3
+
4
+servId = 3
5
+redis_host = "10.204.64.25"
6
+mysql_host = "10.204.64.139"
...
...
config/server4.lua
0 → 100755
Wrap text
Show/Hide comments
View file @
632c273
...
...
@@ -0,0 +1,6 @@
1
+include("basic.lua")
2
+
3
+
4
+servId = 4
5
+redis_host = "10.204.64.72"
6
+mysql_host = "10.204.64.173"
...
...