{ "_comment": "py-wikijs JSON Configuration File", "_usage": "Copy to config.json and update with your values", "wikijs": { "url": "https://wiki.example.com", "auth": { "method": "api_key", "api_key": "your-api-key-here" } }, "client": { "timeout": 30.0, "rate_limit": 10.0, "max_retries": 3, "verify_ssl": true, "pool_size": 10, "user_agent": "MyApp/1.0 py-wikijs/0.1.0" }, "logging": { "debug": false, "level": "INFO", "format": "%(asctime)s - %(name)s - %(levelname)s - %(message)s", "file": { "enabled": false, "path": "/var/log/wikijs-client.log", "max_bytes": 10485760, "backup_count": 5 } }, "metrics": { "enabled": true, "format": "prometheus" }, "cache": { "enabled": false, "backend": "memory", "ttl": 300, "max_size": 1000 }, "features": { "async_enabled": false, "batch_enabled": true, "auto_pagination": true } }