24 lines
367 B
Plaintext
24 lines
367 B
Plaintext
|
|
BackServer =
|
||
|
|
{
|
||
|
|
spguid = 1, --默认的spid
|
||
|
|
|
||
|
|
--监听:服务器参数配置
|
||
|
|
Server =
|
||
|
|
{
|
||
|
|
ServiceName="BackStageServer",
|
||
|
|
BindAddress = "0.0.0.0",
|
||
|
|
Port = 8500 ,
|
||
|
|
HttpPort = 111,
|
||
|
|
},
|
||
|
|
|
||
|
|
--数据库连接相关
|
||
|
|
SQL =
|
||
|
|
{
|
||
|
|
Host = "127.0.0.1",
|
||
|
|
Port = 3306,
|
||
|
|
DBName = "mir_command",
|
||
|
|
DBUser = "root",
|
||
|
|
DBPass = "85b5c930502992d4",
|
||
|
|
utf8=1,
|
||
|
|
},
|
||
|
|
}
|