forked from Mar7thLover/HyacineDH-3.8
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig.json
More file actions
80 lines (80 loc) · 2.04 KB
/
Config.json
File metadata and controls
80 lines (80 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"HttpServer": {
"BindAddress": "0.0.0.0",
"PublicAddress": "127.0.0.1",
"Port": 21000,
"UseSSL": false
},
"KeyStore": {
"KeyStorePath": "certificate.p12",
"KeyStorePassword": "123456"
},
"GameServer": {
"BindAddress": "0.0.0.0",
"PublicAddress": "127.0.0.1",
"Port": 23301,
"GameServerId": "dan_heng",
"GameServerName": "DanhengServer",
"GameServerDescription": "A re-implementation of StarRail server",
"UsePacketEncryption": true
},
"Path": {
"ResourcePath": "D:\\Projects\\HyacineDH\\HyacineDH\\Resources",
"ConfigPath": "D:\\Projects\\HyacineDH\\HyacineDH\\Config",
"DatabasePath": "D:\\Projects\\HyacineDH\\HyacineDH\\Config\\Database",
"LogPath": "D:\\Projects\\HyacineDH\\HyacineDH\\Logs",
"PluginPath": "D:\\Projects\\HyacineDH\\HyacineDH\\Plugins"
},
"Database": {
"DatabaseType": "sqlite",
"DatabaseName": "danheng.db",
"MySqlHost": "127.0.0.1",
"MySqlPort": 3306,
"MySqlUser": "root",
"MySqlPassword": "123456",
"MySqlDatabase": "danheng"
},
"ServerOption": {
"StartTrailblazerLevel": 1,
"AutoUpgradeWorldLevel": true,
"EnableMission": false,
"AutoLightSection": true,
"Language": "CHS",
"FallbackLanguage": "EN",
"DefaultPermissions": [
"*"
],
"ServerAnnounce": {
"EnableAnnounce": false,
"AnnounceContent": "Welcome to danhengserver!"
},
"ServerProfile": {
"Name": "StopWuyu",
"Uid": 5201314,
"Signature": "Type /help for a list of commands",
"Level": 70,
"HeadIcon": 200105,
"ChatBubbleId": 220001,
"PersonalCardId": 253001,
"AssistInfo": [
{
"AvatarId": 1213,
"Level": 80,
"SkinId": 0
}
]
},
"AutoCreateUser": true,
"ServerConfig": {
"RunDispatch": true,
"RunGateway": true,
"Regions": []
},
"SavePersonalDebugFile": false,
"FarmingDropRate": 1,
"UseCache": true
},
"MuipServer": {
"AdminKey": "b119b702-47bb-4424-99e6-7a9275476a72"
}
}