Files
aitbc/cli/debian/etc/aitbc/config.yaml
oib 15427c96c0 chore: update file permissions to executable across repository
- Change file mode from 644 to 755 for all project files
- Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet"
- Rename Miner.extra_meta_data to extra_metadata for consistency
2026-03-06 22:17:54 +01:00

30 lines
476 B
YAML
Executable File

# AITBC CLI Configuration File
# Default configuration for AITBC CLI
# Coordinator API settings
coordinator_url: http://localhost:8000
api_key: null
# Output settings
output_format: table
timeout: 30
# Logging
log_level: INFO
# Wallet settings
default_wallet: default
wallet_dir: ~/.aitbc/wallets
# Blockchain settings
chain_id: mainnet
# Marketplace settings
default_region: localhost
# Analytics settings
analytics_enabled: true
# Security settings
verify_ssl: true