Files
gh-lmorchard-lmorchard-agen…/skills/go-cli-builder/assets/templates/config.yaml.example
2025-11-30 08:37:58 +08:00

22 lines
422 B
Plaintext

# Configuration file for {{PROJECT_NAME}}
# Copy this to {{PROJECT_NAME}}.yaml and customize as needed
# Database configuration
database: "{{PROJECT_NAME}}.db"
# Logging configuration
verbose: false
debug: false
log_json: false
# Example command-specific configuration
# Uncomment and customize as needed for your commands
#
# fetch:
# concurrency: 10
# timeout: 30s
#
# serve:
# port: 8080
# host: "localhost"