add explain

This commit is contained in:
sun-guannan
2025-08-03 15:28:09 +08:00
parent e8b9053f4d
commit 80ee2b9d58

View File

@@ -1,20 +1,20 @@
{
"is_capcut_env": true,
"draft_domain": "https://www.install-ai-guider.top",
"port": 9001,
"preview_router": "/draft/downloader",
"is_upload_draft": false,
"oss_config": {
"bucket_name": "your-bucket-name",
"access_key_id": "your-access-key-id",
"access_key_secret": "your-access-key-secret",
"endpoint": "https://your-endpoint.aliyuncs.com"
"is_capcut_env": true, // Whether to use CapCut environment (true) or JianYing environment (false)
"draft_domain": "https://www.install-ai-guider.top", // Base domain for draft operations
"port": 9001, // Port number for the local server
"preview_router": "/draft/downloader", // Router path for preview functionality
"is_upload_draft": false, // Whether to upload drafts to remote storage
"oss_config": { // General OSS (Object Storage Service) configuration
"bucket_name": "your-bucket-name", // OSS bucket name for general storage
"access_key_id": "your-access-key-id", // Access key ID for OSS authentication
"access_key_secret": "your-access-key-secret", // Access key secret for OSS authentication
"endpoint": "https://your-endpoint.aliyuncs.com" // OSS service endpoint URL
},
"mp4_oss_config": {
"bucket_name": "your-mp4-bucket-name",
"access_key_id": "your-access-key-id",
"access_key_secret": "your-access-key-secret",
"region": "your-region",
"endpoint": "http://your-custom-domain"
"mp4_oss_config": { // MP4-specific OSS configuration
"bucket_name": "your-mp4-bucket-name", // OSS bucket name for MP4 files
"access_key_id": "your-access-key-id", // Access key ID for MP4 OSS authentication
"access_key_secret": "your-access-key-secret", // Access key secret for MP4 OSS authentication
"region": "your-region", // Region for MP4 storage
"endpoint": "http://your-custom-domain" // Custom domain endpoint for MP4 access
}
}