-
Notifications
You must be signed in to change notification settings - Fork 56
/
config.yml
35 lines (32 loc) · 1.37 KB
/
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
32
33
34
35
token: "bkrondFNckaGyUHC" # lichess OAuth2 Token
url: "https://lichess.org/" # lichess base URL
engine: # engine settings
dir: "./engines/" # dir containing engines, relative to this project
name: "sf" # binary name of the engine to use
variantname: "vsf"
abort_time: 20 # time to abort a game in seconds when there is no activity
rate_limiting_delay: 0 # time (in ms) to delay after sending a move to prevent "Too Many Requests" errors
challenge: # incoming challenges
accept_bot: true # accepts challenges coming from other bots
max_increment: 180 # maximum amount of increment to accaept a challenge. the max is 180. set to 0 for no increment
min_increment: 0 # minimum amount of increment to accept a challenge
variants: # chess variants to accept (http://lichess.org/variant)
- standard
# - fromPosition
- antichess
- atomic
- chess960
- crazyhouse
- horde
- kingOfTheHill
- racingKings
- threeCheck
time_controls: # time controls to accept
- bullet
- blitz
- rapid
- classical
- correspondence
modes: # game modes to accept
- casual # unrated games
- rated # rated games - must comment if the engine doesn't try to win