- Simplify .github/dependabot.yml from 70 to 49 lines - Remove beta ecosystems, custom registries, and detailed ignore rules - Reduce open PR limits (npm: 10→5, github-actions: 5→3) - Remove custom labels and dependency-specific ignore rules - Consolidate npm configs from 2 directories to single root directory - Remove docker ecosystem configuration - Add /health endpoint to coordinator
10 lines
226 B
YAML
10 lines
226 B
YAML
# CLI Staging Configuration
|
|
coordinator_url: http://127.0.0.1:8001
|
|
api_key: null
|
|
output_format: table
|
|
config_file: /home/oib/windsurf/aitbc/cli-dev/cli-staging-config.yaml
|
|
test_mode: true
|
|
timeout: 30
|
|
debug: true
|
|
staging: true
|