Files
KianaBH3/Config/Config.json
2025-06-14 11:18:38 +08:00

48 lines
1.1 KiB
JSON

{
"HttpServer": {
"BindAddress": "0.0.0.0",
"PublicAddress": "127.0.0.1",
"Port": 80
},
"GameServer": {
"BindAddress": "0.0.0.0",
"PublicAddress": "127.0.0.1",
"Port": 21000,
"KcpAliveMs": 45000,
"DatabaseName": "kiana.db",
"GameServerId": "KianaBH",
"GameServerName": "KianaBH"
},
"Path": {
"ResourcePath": "Resources",
"ConfigPath": "Config",
"DatabasePath": "Config/Database",
"HandbookPath": "Config/Handbook",
"LogPath": "Config/Logs",
"DataPath": "Config/Data"
},
"ServerOption": {
"Language": "EN",
"FallbackLanguage": "EN",
"DefaultPermissions": [
"Admin"
],
"ServerProfile": {
"Name": "Server",
"Uid": 80,
"Signature": "Type /help for a list of commands",
"Level": 1,
"HeadIcon": 200105,
"ChatBubbleId": 220001,
"DisplayAvatarId": 1001,
"DisplayAvatarLevel": 1
},
"AutoCreateUser": true,
"SavePersonalDebugFile": false,
"AutoSendResponseWhenNoHandler": false,
"EnableDebug": true,
"DebugMessage": true,
"DebugDetailMessage": true,
"DebugNoHandlerPacket": true
}
}