Skip to content
Huynh Tien edited this page Sep 22, 2021 · 3 revisions

Config.yml

# The "update board" task
update:
  # How many ticks before updating the board?
  ticks: 0
  # Should we run the task asynchronously?
  async: true

# The list of board providers in order
# The plugin will load the providers in this ordered list before others
#priority-providers:
#- first_board.yml
#- default.yml
priority-providers: []
Clone this wiki locally