Initial commit
This commit is contained in:
21
skills/go-cli-builder/assets/templates/config.yaml.example
Normal file
21
skills/go-cli-builder/assets/templates/config.yaml.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user