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", --
|
||||
|
||||
8
buildConfig/BackStageServerLinux.txt
Normal file → Executable file
8
buildConfig/BackStageServerLinux.txt
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
BackServer =
|
||||
BackServer =
|
||||
{
|
||||
spguid = 1, --默认的spid
|
||||
|
||||
@@ -14,11 +14,11 @@
|
||||
--数据库连接相关
|
||||
SQL =
|
||||
{
|
||||
Host = "127.0.0.1",
|
||||
Port = 3306,
|
||||
Host = "192.168.25.110",
|
||||
Port = 3307,
|
||||
DBName = "mir_command",
|
||||
DBUser = "root",
|
||||
DBPass = "85b5c930502992d4",
|
||||
DBPass = "mysql_Adkijc",
|
||||
utf8=1,
|
||||
},
|
||||
}
|
||||
8
buildConfig/LoggerServerLinux.txt
Normal file → Executable file
8
buildConfig/LoggerServerLinux.txt
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
LoggerServer =
|
||||
LoggerServer =
|
||||
{
|
||||
--监听:服务器参数配置
|
||||
Server =
|
||||
@@ -19,11 +19,11 @@
|
||||
--数据库连接相关
|
||||
SQL =
|
||||
{
|
||||
Host = "127.0.0.1",
|
||||
Port = 3306,
|
||||
Host = "192.168.25.110",
|
||||
Port = 3307,
|
||||
DBName = "mir_log_s1",
|
||||
DBUser = "root",
|
||||
DBPass = "85b5c930502992d4",
|
||||
DBPass = "mysql_Adkijc",
|
||||
utf8=1,
|
||||
},
|
||||
}
|
||||
8
buildConfig/NameServerLinux.txt
Normal file → Executable file
8
buildConfig/NameServerLinux.txt
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
NameServer =
|
||||
NameServer =
|
||||
{
|
||||
--服务器名称
|
||||
ServerName = "zgame-nameserver",
|
||||
@@ -15,10 +15,10 @@
|
||||
SQL =
|
||||
{
|
||||
--Host = "192.168.0.173",
|
||||
Host = "127.0.0.1",
|
||||
Port = 3306,
|
||||
Host = "192.168.25.110",
|
||||
Port = 3307,
|
||||
DBName = "mir_name",
|
||||
DBUser = "root",
|
||||
DBPass = "85b5c930502992d4"
|
||||
DBPass = "mysql_Adkijc"
|
||||
}
|
||||
}
|
||||
|
||||
6
buildConfig/SessionServerLinux.txt
Normal file → Executable file
6
buildConfig/SessionServerLinux.txt
Normal file → Executable file
@@ -42,10 +42,10 @@ SessionServer =
|
||||
--数据库连接配置
|
||||
SQL =
|
||||
{
|
||||
Host = "127.0.0.1",
|
||||
Port = 3306,
|
||||
Host = "192.168.25.110",
|
||||
Port = 3307,
|
||||
DBName = "mir_account",
|
||||
DBUser = "root",
|
||||
DBPass = "85b5c930502992d4",
|
||||
DBPass = "mysql_Adkijc",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user