-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
31 lines (27 loc) · 969 Bytes
/
config.yml
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
# DO NOT **delete** OR **modify** any keys
# JUST **change** values in condition
# Service will be crashed if some keys missing
# build from [https://github.com/dajk/hltv-api]
# hltv-api: https://hltv-api.vercel.app
hltv-api: https://selfhost-hltv-api.vercel.app/
# if enable localtime format or enable utc format
time_format:
localtime: true
time_delta: +8 # UTC+8:00 for Peking
# filter match records as your wish
match_filter:
enable: true
# only these teams match will be parsed
# FULL TEAM NAME NEEDED
team_whitelist: [
"Astralis", "Natus Vincere", "Vitality", "BIG", "Liquid",
"Virtus.pro", "Heroic", "mousesports", "FURIA", "fnatic",
"G2", "OG", "Spirit", "Complexity", "Gambit", "Evil Geniuses",
"FunPlus Phoenix", "NIP", "FaZe", "Cloud9", "MIBR", "forZe", "SAW",
"ViCi"
]
match_max_count: 10
map_support: [
"de_inferno", "de_nuke", "de_train", "de_vertigo",
"de_mirage", "de_overpass", "de_ancient", "de_dust2"
]