-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathconfig.json
More file actions
46 lines (46 loc) · 837 Bytes
/
config.json
File metadata and controls
46 lines (46 loc) · 837 Bytes
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
{
"keyFile": "key.pem",
"encryption": "sha1",
"casts": true,
"cams": true,
"version": {
"min": 800,
"max": 1100
},
"motd": {
"id": 1,
"text": "Hello!"
},
"mysql": {
"host": "otclient.ovh",
"user": "otclient",
"password": "otclient",
"database": "otclient"
},
"tcp": {
"enabled": true,
"host": "0.0.0.0",
"ports": [ 7171 ]
},
"http": {
"enabled": true,
"host": "0.0.0.0",
"ports": [ 8000 ],
"ssl": {
"enabled": false,
"cert": "ssl_cert.pem",
"key": "ssl_key.pem",
"passphrase": ""
}
},
"limits": {
"connections": {
"interval": [ 10, 180 ],
"limit": [ 10, 60 ]
},
"authorizations": {
"interval": [ 60, 1800 ],
"limit": [ 5, 20 ]
}
}
}