{ "database": { "url": "mysql+pymysql://username:password@host:port/database_name" }, "redis": { "url": "redis://localhost:6379/0" }, "ecloud": { "base_url": "http://your-ecloud-server:port", "authorization": "your_ecloud_authorization_token", "w_id": "your_ecloud_w_id" }, "dify": { "base_url": "https://api.dify.ai/v1", "api_key": "your_dify_api_key" }, "server": { "host": "0.0.0.0", "port": 7979, "debug": false }, "logging": { "level": "INFO", "file": "logs/app.log" }, "message_processing": { "max_retry_count": 3, "retry_delay": 5, "queue_timeout": 300 }, "customer_service": { "names": ["客服1", "客服2"] } }