- 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
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
|