This commit is contained in:
aixianling
2024-12-13 13:41:02 +08:00
commit 06658f112f
3887 changed files with 2687822 additions and 0 deletions

View 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 = 3307,
DBName = "mir_log_s1",
DBUser = "root",
DBPass = "mysql_Adkijc",
utf8=1,
},
}