Files
chuanqi-server-instance/buildConfig/AMServerLinux.txt
kubbo 403b49453e refactor: 更新数据库配置文件
- 修改数据库端口:将 DBServerLinux.txt 中的 3308 改为 3306
- 更新数据库密码:将多个配置文件中的数据库密码从 "85b5c930502992d4" 更改为 "mysql_y8NXNT"
- 统一配置文件格式:去除多余空格和换行符
2025-05-17 11:35:09 +08:00

30 lines
658 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

amconfig=
{
httpport =11001, --绑定的http回调的端口
amport =5660, --连接地址
platform =
{
{
spid="wyi2",
codeid=1, --产品的编号
code="djrm", --产品的code
db="mir_amdb", --数据库名
host="127.0.0.1", --数据库主机
port=3306, --数据库端口
user="root", --数据库账号
pass="mysql_y8NXNT", --数据库密码
paykey="GAmqXI8ao8kGAOIQmjFVqg==", --
awdkey="GAmqXI8ao8kGAOIQmjFVqg==", --
bianma="utf8", --
--允许的ip列表最多32个
hosts=
{
"116.22.44.53",
"127.0.0.1",
"116.233.207.20"
}
},
}
}