Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit e705e74

Browse files
committed
上传配置文件
1 parent addb3f1 commit e705e74

File tree

1 file changed

+111
-0
lines changed

1 file changed

+111
-0
lines changed

config/config.json

+111
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
{
2+
3+
"website": {
4+
"title": "我的世界服务器",
5+
"url": "minecraft.net",
6+
"description": "Minecraft 是一款堆方块、不断冒险的游戏。在此注册,或浏览网站了解最新消息和社区的精彩创意!",
7+
"keywords": "我的世界, 注册我的世界, 我的世界pc版, 我的世界mac版, 我的世界iphone版, 我的世界安卓版, 我的世界android版, 我的世界xboxone版, 我的世界ps4版, 我的世界电脑版",
8+
"h1_title": "欢迎你的到来",
9+
"h4_title": "快乐风车,基情相伴",
10+
"checkbox_ag": "《我的世界服务器用户服务条款》",
11+
"footer": "© 2018 Minecraft 京ICP备18012345号-1"
12+
},
13+
14+
"server": {
15+
"host": "127.0.0.1",
16+
"port": 1234
17+
},
18+
19+
"mysql": {
20+
"host": "localhost",
21+
"port": 3306,
22+
"user": "root",
23+
"password": "root",
24+
"dbname": "regx",
25+
"users": {
26+
"tablename": "regx_users",
27+
"prefix": "",
28+
"encrypt": "SHA256",
29+
"column": {
30+
31+
}
32+
},
33+
"authme": {
34+
"tablename": "authme",
35+
"prefix": "",
36+
"world": "world",
37+
"encrypt": "SHA256",
38+
"column": {
39+
"mySQLColumnId": "id",
40+
"mySQLColumnName": "username",
41+
"mySQLRealName": "realname",
42+
"mySQLColumnPassword": "password",
43+
"mySQLColumnEmail": "email",
44+
"mySQLColumnLogged": "isLogged",
45+
"mySQLColumnHasSession": "hasSession",
46+
"mySQLColumnIp": "ip",
47+
"mySQLColumnLastLogin": "lastlogin",
48+
"mySQLColumnRegisterDate": "regdate",
49+
"mySQLColumnRegisterIp": "regip",
50+
"mySQLlastlocX": "x",
51+
"mySQLlastlocY": "y",
52+
"mySQLlastlocZ": "z",
53+
"mySQLlastlocWorld": "world",
54+
"mySQLlastlocYaw": "yaw",
55+
"mySQLlastlocPitch": "pitch"
56+
}
57+
}
58+
},
59+
60+
"verify": {
61+
"sendecode": {
62+
"AppID": "",
63+
"AppSecretKey": ""
64+
},
65+
"reg": {
66+
"AppID": "",
67+
"AppSecretKey": ""
68+
}
69+
},
70+
71+
"email": {
72+
"smtp": {
73+
"host": "127.0.0.1",
74+
"port": 443
75+
},
76+
"ecode": {
77+
"timeout": 300,
78+
"timecount": 0
79+
}
80+
},
81+
82+
"errMsg": {
83+
"id": {
84+
"check": "您不能使用该昵称",
85+
"exist": "该昵称已存在,您不能使用该昵称",
86+
"disabled": "该昵称已被禁用,您不能使用该昵称",
87+
"regex": "昵称格式不正确"
88+
},
89+
"e": {
90+
"check": "您不能使用该邮箱",
91+
"exist": "该邮箱已被注册",
92+
"disabled": "该邮箱已被禁用",
93+
"regex": "邮箱格式不正确"
94+
},
95+
"ecode": {
96+
"check": "验证码不正确",
97+
"regex": "验证码格式不正确"
98+
},
99+
"ip": {
100+
"regex": "IP地址格式不正确",
101+
"fast": "您的IP地址在短时间内不能注册!"
102+
},
103+
"reg": {
104+
"success": "作弊、捣乱等违法行为将会被封禁,请珍惜!",
105+
"error": "错误代码: 500 注册失败,请联系管理员!",
106+
"fast": "您的IP地址在短时间内不能注册!"
107+
},
108+
"default": "参数错误"
109+
}
110+
111+
}

0 commit comments

Comments
 (0)