forked from Unyxos/srcds_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
55 lines (55 loc) · 822 Bytes
/
config.js
File metadata and controls
55 lines (55 loc) · 822 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
47
48
49
50
51
52
53
54
55
export default {
gametrackerShedule: 3600, // Request gametracker every hours
servers: [
// cstrike:only_de_dust2
{
ip: '87.98.155.38',
port: 27016,
},
// cstrike:zm_full_ammo
{
ip: '87.98.152.38',
port: 27015,
},
// cstrike:free_for_all
{
ip: '87.98.181.40',
port: 27015,
},
// cstrike:gungame
{
ip: '87.98.155.38',
port: 27017,
},
// cstrike:surf
{
ip: '188.165.178.187',
port: 27015,
},
// cstrike:ze
{
ip: '188.165.178.180',
port: 27016,
},
// csgo:bhop_t1_to_t2
{
ip: '188.165.178.160',
port: 27015,
},
// csgo:bhop_t3_to_t5
{
ip: '188.165.178.162',
port: 27015,
},
// csgo:only_de_dust2
{
ip: '188.165.178.187',
port: 27035,
},
// csgo:zm_source
{
ip: '188.165.178.187',
port: 27030,
},
],
};