infrastructure(config): 更新数据库和 Redis 连接信息

- 修改了多个配置文件中的数据库 IP 地址、端口和密码
- 更新了 Redis 服务器的 IP 地址、端口和密码
- 调整了 Redis 数据库编号
This commit is contained in:
2025-05-20 15:38:19 +08:00
parent e44e44bed4
commit bffda3886b
7 changed files with 44 additions and 44 deletions

View File

@@ -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>1</RedisDbNo>
<AuthPass>Agame#_2019</AuthPass>
<RedisDbNo>8</RedisDbNo>
<AuthPass>redis_y5iG8m</AuthPass>
</CenterRedisInfo>
</tunnel_svrconf>