mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-12 21:04:41 +01:00
Update config
This commit is contained in:
@@ -2,23 +2,16 @@
|
||||
"HttpServer": {
|
||||
"BindAddress": "0.0.0.0",
|
||||
"PublicAddress": "127.0.0.1",
|
||||
"Port": 619,
|
||||
"UseSSL": true
|
||||
},
|
||||
"Key": {
|
||||
"KeyStoreFile": "FireflyDH.pfx",
|
||||
"KeyStorePassword": "lethe",
|
||||
"Ec2bKeyFile": "ClientSecretKey.ec2b"
|
||||
"Port": 80
|
||||
},
|
||||
"GameServer": {
|
||||
"BindAddress": "0.0.0.0",
|
||||
"PublicAddress": "127.0.0.1",
|
||||
"Port": 2007,
|
||||
"Port": 21000,
|
||||
"KcpAliveMs": 45000,
|
||||
"DatabaseName": "firefly.db",
|
||||
"GameServerId": "FireflyDH",
|
||||
"GameServerName": "FireflyDH",
|
||||
"UsePacketEncryption": true
|
||||
"DatabaseName": "kiana.db",
|
||||
"GameServerId": "KianaBH",
|
||||
"GameServerName": "KianaBH"
|
||||
},
|
||||
"Path": {
|
||||
"ResourcePath": "Resources",
|
||||
@@ -26,23 +19,14 @@
|
||||
"DatabasePath": "Config/Database",
|
||||
"HandbookPath": "Config/Handbook",
|
||||
"LogPath": "Config/Logs",
|
||||
"KeyPath": "Config/Keys",
|
||||
"DataPath": "Config/Data"
|
||||
},
|
||||
"ServerOption": {
|
||||
"EnableMission": false,
|
||||
"DefaultGender": "Woman",
|
||||
"Language": "EN",
|
||||
"FallbackLanguage": "EN",
|
||||
"Region": "BETAOVERSEA",
|
||||
"DefaultPermissions": [
|
||||
"Admin"
|
||||
],
|
||||
"ServerBanner": {
|
||||
"EnableBanner": true,
|
||||
"Content": "Welcome to FireflyDH!",
|
||||
"AdminContent": "Welcome to FireflyDH (Admin Access)!"
|
||||
},
|
||||
"ServerProfile": {
|
||||
"Name": "Server",
|
||||
"Uid": 80,
|
||||
@@ -54,11 +38,11 @@
|
||||
"DisplayAvatarLevel": 1
|
||||
},
|
||||
"AutoCreateUser": true,
|
||||
"UseRealPassword": true,
|
||||
"SavePersonalDebugFile": false,
|
||||
"UseCache": true
|
||||
},
|
||||
"MuipServer": {
|
||||
"AdminKey": "8f52aa3f-ad56-4d48-acc8-651151e4d989"
|
||||
"AutoSendResponseWhenNoHandler": false,
|
||||
"EnableDebug": true,
|
||||
"DebugMessage": true,
|
||||
"DebugDetailMessage": true,
|
||||
"DebugNoHandlerPacket": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user