Spaces:
Runtime error
Runtime error
Update config.yml
Browse files- config.yml +4 -2
config.yml
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
token: "${LICHESS_TOKEN}" # Lichess OAuth2 Token.
|
| 2 |
url: "https://lichess.org/" # Lichess base URL.
|
| 3 |
|
| 4 |
engine: # Engine settings.
|
| 5 |
dir: "./engines/" # Directory containing the engine. This can be an absolute path or one relative to lichess-bot/.
|
| 6 |
name: "VeloCT_Base" # Binary name of the engine to use.
|
| 7 |
-
debug:
|
| 8 |
# interpreter: "java"
|
| 9 |
# interpreter_options:
|
| 10 |
# - "-jar"
|
|
@@ -206,6 +206,7 @@ matchmaking:
|
|
| 206 |
challenge_initial_time: # Initial time in seconds of the challenge (to be chosen at random).
|
| 207 |
- 60
|
| 208 |
- 180
|
|
|
|
| 209 |
challenge_increment: # Increment in seconds of the challenge (to be chosen at random).
|
| 210 |
- 1
|
| 211 |
- 2
|
|
@@ -224,3 +225,4 @@ matchmaking:
|
|
| 224 |
# online_block_list: # The urls from which to retrieve a list of bot names that will not be challenged. The list should be a text file where each line contains the name of a blocked bot
|
| 225 |
# - example.com/blocklist
|
| 226 |
include_challenge_block_list: false # Do not challenge bots in the challenge: block_list/online_block_list in addition to the matchmaking block list.
|
|
|
|
|
|
| 1 |
+
token: "${LICHESS_TOKEN}" # Lichess OAuth2 Token (Must be lowercase 'token').
|
| 2 |
url: "https://lichess.org/" # Lichess base URL.
|
| 3 |
|
| 4 |
engine: # Engine settings.
|
| 5 |
dir: "./engines/" # Directory containing the engine. This can be an absolute path or one relative to lichess-bot/.
|
| 6 |
name: "VeloCT_Base" # Binary name of the engine to use.
|
| 7 |
+
debug: False # When enabled, log all startup communication with the engine.
|
| 8 |
# interpreter: "java"
|
| 9 |
# interpreter_options:
|
| 10 |
# - "-jar"
|
|
|
|
| 206 |
challenge_initial_time: # Initial time in seconds of the challenge (to be chosen at random).
|
| 207 |
- 60
|
| 208 |
- 180
|
| 209 |
+
- 600 # Rapid games configuration added back.
|
| 210 |
challenge_increment: # Increment in seconds of the challenge (to be chosen at random).
|
| 211 |
- 1
|
| 212 |
- 2
|
|
|
|
| 225 |
# online_block_list: # The urls from which to retrieve a list of bot names that will not be challenged. The list should be a text file where each line contains the name of a blocked bot
|
| 226 |
# - example.com/blocklist
|
| 227 |
include_challenge_block_list: false # Do not challenge bots in the challenge: block_list/online_block_list in addition to the matchmaking block list.
|
| 228 |
+
|