network:
capacity: 100
node_connection_limit: 10
performance_threshold: 0.4
false_positive_threshold: 0.5
database:
host: "localhost"
port: 5432
max_connections: 10
pool_timeout: 30
debug_queries: true
logging:
level: "debug"
format: "pretty"
output: "console"
file_logging:
enabled: true
path: "logs/development.log"
rotation:
max_size: "100MB"
max_files: 5
security:
jwt_expiration: 86400 password_hash_rounds: 10
enable_cors: true
allowed_origins: ["http://localhost:3000"]
cache:
enabled: true
type: "memory"
max_size: "100MB"
ttl: 300
features:
experimental_ml: true
advanced_optimization: true
quantum_resistant: false
enhanced_security: true
debug_mode: true
mock_services: true
dev_tools:
hot_reload: true
debug_endpoints: true
performance_tracking: true
query_analyzer: true
memory_profiler: true
rate_limits:
enabled: false
requests_per_minute: 1000
burst: 50
monitoring:
metrics_collection: true
tracing_enabled: true
performance_logging: true
debug_logging: true
error_reporting:
enabled: true
detailed_traces: true