Files
chuanqi-server-instance/buildConfig/AMServerLinux.txt
root fe82801742 feat(server): 更新服务器配置并调整网络设置
- 修改数据库服务器地址和端口
- 更新后台服务器地址
- 调整逻辑服务器和其他相关服务器的地址
- 更改数据库密码
- 在 docker-compose.yml 中添加网络配置和端口映射
2025-07-02 23:05:36 +08:00

30 lines
663 B
Plaintext
Executable File
Raw Permalink 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="192.168.25.110", --数据库主机
port=3307, --数据库端口
user="root", --数据库账号
pass="mysql_Adkijc", --数据库密码
paykey="GAmqXI8ao8kGAOIQmjFVqg==", --
awdkey="GAmqXI8ao8kGAOIQmjFVqg==", --
bianma="utf8", --
--允许的ip列表最多32个
hosts=
{
"116.22.44.53",
"127.0.0.1",
"116.233.207.20"
}
},
}
}