-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy patheqemu_config.json
68 lines (68 loc) · 1.13 KB
/
eqemu_config.json
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
{
"server": {
"zones": {
"defaultstatus": "0",
"ports": {
"low": "7000",
"high": "7400"
}
},
"qsdatabase": {
"host": "localhost",
"port": "3306",
"username": "root",
"password": "eqemu",
"db": "peq"
},
"chatserver": {
"port": "7778",
"host": ""
},
"mailserver": {
"host": "",
"port": "7778"
},
"webinterface": {
"port": "9081"
},
"world": {
"loginserver1": {
"account": "",
"password": "",
"legacy": "1",
"host": "login.eqemulator.net",
"port": "5998"
},
"loginserver2": {
"port": "5998",
"account": "",
"password": "",
"host": "127.0.0.1"
},
"tcp": {
"ip": "127.0.0.1",
"port": "9001"
},
"telnet": {
"ip": "0.0.0.0",
"port": "9000",
"enabled": "true"
},
"key": "somelongrandomstring12345asdfffff",
"http": {
"port": "9080",
"enabled": "true",
"mimefile": "mime.types"
},
"shortname": "Akkas PEQ Installer",
"longname": "Akkas PEQ Installer"
},
"database": {
"db": "peq",
"host": "localhost",
"port": "3306",
"username": "root",
"password": "eqemu"
}
}
}