build: 添加服务器构建配置文件映射
- 在 Docker Compose 文件中添加了多个服务器构建配置文件的卷映射 - 包括 AMServer、BackStageServer、LoggerServer、NameServer 和 SessionServer 的 Linux 构建配置文件 - 这些配置文件映射将允许在容器中进行服务器构建和配置
This commit is contained in:
29
buildConfig/LoggerServerLinux.txt
Normal file
29
buildConfig/LoggerServerLinux.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
LoggerServer =
|
||||
{
|
||||
--监听:服务器参数配置
|
||||
Server =
|
||||
{
|
||||
BindAddress = "0.0.0.0",
|
||||
Port = 34000 ,
|
||||
ServiceName="LoggerServer",
|
||||
},
|
||||
|
||||
--监听:发送聊天消息给工具
|
||||
ChatLog =
|
||||
{
|
||||
ServiceName="LogServer",
|
||||
BindAddress = "0.0.0.0",
|
||||
Port = 35010,
|
||||
},
|
||||
|
||||
--数据库连接相关
|
||||
SQL =
|
||||
{
|
||||
Host = "127.0.0.1",
|
||||
Port = 3306,
|
||||
DBName = "mir_log_s1",
|
||||
DBUser = "root",
|
||||
DBPass = "85b5c930502992d4",
|
||||
utf8=1,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user