refactor: 更新隧道服务器和 Redis 代理配置文件
- 修改了中心服务器的隧道服务器配置文件 (tunnel_svr.xml) - 更新了 Redis 代理的数据库列表配置文件 (redis_db_list_conf.xml)
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<LocalIP>127.0.0.1</LocalIP>
|
||||
<LocalPort>29006</LocalPort>
|
||||
<CenterRedisInfo>
|
||||
<Host>127.0.0.1</Host>
|
||||
<Host>121.41.123.129</Host>
|
||||
<Port>6379</Port>
|
||||
<RedisDbNo>8</RedisDbNo>
|
||||
<AuthPass>redis_GyzKXC</AuthPass>
|
||||
<AuthPass>redis_y5iG8m</AuthPass>
|
||||
</CenterRedisInfo>
|
||||
</tunnel_svrconf>
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
<RedisDbNum>8</RedisDbNum>
|
||||
<RedisDbList>
|
||||
<ID>1</ID>
|
||||
<Host>127.0.0.1</Host>
|
||||
<Host>121.41.123.129</Host>
|
||||
<Port>6379</Port>
|
||||
<Passwd>redis_GyzKXC</Passwd>
|
||||
<Passwd>redis_y5iG8m</Passwd>
|
||||
<RedisDbNo>1</RedisDbNo>
|
||||
</RedisDbList>
|
||||
</redis_db_list_conf>
|
||||
|
||||
Reference in New Issue
Block a user