Commit
632c273f9c5c4f2fdb17b8f20e97d4b2e77eed30
Authored by
liuzujun
添加s2,s3,s4配置
| @@ -0,0 +1,6 @@ |
| @@ -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" |
| @@ -0,0 +1,6 @@ |
| @@ -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" |
| @@ -0,0 +1,6 @@ |
| @@ -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" |