-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.yml.dist
48 lines (46 loc) · 1.6 KB
/
config.yml.dist
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
config:
php:
# The path to the PHP executable, use by the async command way
executable_path: php
buzz:
# The Buzz main class
class: \Buzz\Browser
# The Buzz timeout, in second
timeout: 10
replay:
# The replay model class
class: \EloGank\Replay\Replay
# The replay path
path: replays/
decoder:
# Decode files after download them
enable: true
# Save decoded files into the replay folder
save_files: true
download:
# Number of max retry
max_retry: 15
command:
handler:
# On command success, must be a class namespace
success: ~
# On command failure, must be a class namespace
failure: ~
exception:
# Don't throw a full exception by default, only show the message
throw: false
http_client:
# List of the spectator server addresses
servers:
EUW1: 185.40.64.163:80
NA1: 192.64.174.163:80
EUN1: 95.172.65.26:8088
KR: 110.45.191.11:8088
BR1: 66.151.33.19:80
TR1: 95.172.65.242:80
TW: 112.121.84.194:8088
LA1: 66.151.33.19:80
LA2: 66.151.33.19:80
RU: 95.172.65.242:80
PBE1: 69.88.138.29:8088
OC1: 95.172.65.242:80