- 修改 tunnel_svr 和 redis_proxy 的 Redis 主机地址为 127.0.0.1 - 更新 Redis 认证密码为 redis_GyzKXC
12 lines
322 B
XML
12 lines
322 B
XML
<?xml version="1.0" encoding="GBK" standalone="yes" ?>
|
|
<tunnel_svrconf version="1" >
|
|
<LocalIP>127.0.0.1</LocalIP>
|
|
<LocalPort>29006</LocalPort>
|
|
<CenterRedisInfo>
|
|
<Host>127.0.0.1</Host>
|
|
<Port>6379</Port>
|
|
<RedisDbNo>8</RedisDbNo>
|
|
<AuthPass>redis_GyzKXC</AuthPass>
|
|
</CenterRedisInfo>
|
|
</tunnel_svrconf>
|