-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.json
52 lines (52 loc) · 1.36 KB
/
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
{
"addon": {
"auto_redirect": "https://ubistatic-a.akamaihd.net/0098/83407701",
"redirect": [
{
"ClientIP": "",
"ENetIP": "auto",
"ENetPort": "6666"
}
]
},
"server": {
"ports": [[443, "HTTPS"],[80, "HTTP"]],
"returnToken": false,
"logs": {
"request": true,
"missing_rttex": true,
"sending_rttex": true
},
"security": {
"only_growtopia_request": true,
"reset_time": 1000,
"reset_blocked_time": 5400000,
"max_warn": 10,
"limit_req": 100,
"min_request_interval": 50
},
"server_data": {
"ip": "auto",
"port": 17091,
"type": 1,
"loginUrl": "www.gtps.pw",
"maint": "Failed login, please contact discord Alukard A.K.A GTPSHAX",
"meta": "GrowPlus",
"beta": {
"server": "gtps.pw",
"port": 28028,
"type": 1
},
"beta2": {
"server": "gtps.pw",
"port": 28028,
"type": 1
},
"beta3": {
"server": "gtps.pw",
"port": 28028,
"type": 1
}
}
}
}