20 lines
457 B
YAML
20 lines
457 B
YAML
# TAKT Global Configuration
|
|
# This file contains default settings for takt.
|
|
|
|
# Language setting (en or ja)
|
|
language: en
|
|
|
|
# Trusted directories - projects in these directories skip confirmation prompts
|
|
trusted_directories: []
|
|
|
|
# Default workflow to use when no workflow is specified
|
|
default_workflow: default
|
|
|
|
# Log level: debug, info, warn, error
|
|
log_level: info
|
|
|
|
# Debug settings (optional)
|
|
# debug:
|
|
# enabled: false
|
|
# log_file: ~/.takt/logs/debug.log
|