mirror of
https://github.com/deStrO/eBot-docker.git
synced 2025-12-10 03:22:49 +01:00
37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
# ----------------------------------------------------------------------
|
|
# white space are VERY important, don't remove it or it will not work
|
|
# ----------------------------------------------------------------------
|
|
|
|
log_match: ../../ebot-csgo/logs/log_match
|
|
log_match_admin: ../../ebot-csgo/logs/log_match_admin
|
|
demo_path: ../../ebot-csgo/demos
|
|
|
|
default_max_round: 15
|
|
default_rules: rules
|
|
default_overtime_max_round: 3
|
|
default_overtime_startmoney: 16000
|
|
|
|
# true or false, whether demos will be downloaded by the ebot server
|
|
# the demos can be downloaded at the matchpage, if it's true
|
|
|
|
demo_download: true
|
|
|
|
ebot_ip: 127.0.0.1 # Change to your external IP
|
|
ebot_port: 12360
|
|
|
|
# lan or net, it's to display the server IP or the GO TV IP
|
|
# net mode display only started match on home page
|
|
mode: net
|
|
|
|
# set to 0 if you don't want a refresh
|
|
refresh_time: 30
|
|
|
|
# Toornament Configuration
|
|
toornament_id:
|
|
toornament_secret:
|
|
toornament_api_key:
|
|
toornament_plugin_key: test-123457890
|
|
|
|
# Same as eBot config
|
|
websocket_secret_key: helloworld
|