Module: TrelloTool::DefaultConfiguration
- Included in:
- Configuration
- Defined in:
- lib/trello_tool/configuration.rb
Overview
wraps configuration of key features of Trello Tool and automatically pulls in from a yml file in a specific location and can generate on demand
Constant Summary collapse
- FILE_NAME =
"trello_tool.yml"
- DEFAULTS =
{ main_board_url: nil, archive_board_url: nil, next_version_list_name: "next version", todo_list_name: "TO DO", doing_list_name: "-- DOING --", initial_list_names: %w[Triage Reference], done_list_names: ["Done"], version_template: "v%s", divider_template: "[%s]", too_many_doing: 2, too_many_todo: 10 }.freeze