| { | |
| "app": { | |
| "debug": false, | |
| "log_level": "WARNING", | |
| "environment": "production" | |
| }, | |
| "data_sources": { | |
| "cache_ttl_seconds": 7200, | |
| "sample_data_enabled": false | |
| }, | |
| "ai_engine": { | |
| "enabled": true, | |
| "cache_ttl_hours": 48, | |
| "retry_attempts": 5, | |
| "retry_delay_seconds": 3 | |
| }, | |
| "visualization": { | |
| "chart_height": 600, | |
| "debug_mode": false | |
| }, | |
| "export": { | |
| "output_directory": "exports", | |
| "pdf_quality": "high" | |
| }, | |
| "ui": { | |
| "default_language": "繁體中文", | |
| "debug_info": false | |
| }, | |
| "security": { | |
| "require_api_key": true, | |
| "rate_limit_requests": 50, | |
| "allowed_origins": ["https://your-domain.com", "https://*.your-domain.com"] | |
| } | |
| } |