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

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="GBK" standalone="yes" ?>
<logloader_svr_conf version="1">
<DBIp>127.0.0.1</DBIp>
<DBIp>121.41.123.129</DBIp>
<DBPort>3306</DBPort>
<DBUser>root</DBUser>
<DBPasswd>agame#1234</DBPasswd>
<DBPasswd>mysql_wWQN8H</DBPasswd>
<DBSock></DBSock>
<LogDBName>logload_10_999</LogDBName>
<LogMetaDBName>logload_record_10_999</LogMetaDBName>