- Remove executable permissions from configuration files (.editorconfig, .env.example, .gitignore) - Remove executable permissions from documentation files (README.md, LICENSE, SECURITY.md) - Remove executable permissions from web assets (HTML, CSS, JS files) - Remove executable permissions from data files (JSON, SQL, YAML, requirements.txt) - Remove executable permissions from source code files across all apps - Add executable permissions to Python
9 lines
225 B
YAML
9 lines
225 B
YAML
# CLI Test Configuration for Development
|
|
coordinator_url: https://aitbc.bubuit.net
|
|
api_key: null
|
|
output_format: table
|
|
config_file: /home/oib/windsurf/aitbc/cli-dev/cli-test-config.yaml
|
|
test_mode: true
|
|
timeout: 30
|
|
debug: true
|