feat(server): 更新服务器配置并调整网络设置
- 修改数据库服务器地址和端口 - 更新后台服务器地址 - 调整逻辑服务器和其他相关服务器的地址 - 更改数据库密码 - 在 docker-compose.yml 中添加网络配置和端口映射
This commit is contained in:
6
buildConfig/AMServerLinux.txt
Normal file → Executable file
6
buildConfig/AMServerLinux.txt
Normal file → Executable file
@@ -9,10 +9,10 @@ amconfig=
|
||||
codeid=1, --产品的编号
|
||||
code="djrm", --产品的code
|
||||
db="mir_amdb", --数据库名
|
||||
host="127.0.0.1", --数据库主机
|
||||
port=3306, --数据库端口
|
||||
host="192.168.25.110", --数据库主机
|
||||
port=3307, --数据库端口
|
||||
user="root", --数据库账号
|
||||
pass="85b5c930502992d4", --数据库密码
|
||||
pass="mysql_Adkijc", --数据库密码
|
||||
paykey="GAmqXI8ao8kGAOIQmjFVqg==", --
|
||||
awdkey="GAmqXI8ao8kGAOIQmjFVqg==", --
|
||||
bianma="utf8", --
|
||||
|
||||
Reference in New Issue
Block a user