From 80ee2b9d58d72ae6fa95c533217db285054bcea2 Mon Sep 17 00:00:00 2001 From: sun-guannan Date: Sun, 3 Aug 2025 15:28:09 +0800 Subject: [PATCH] add explain --- config.json.example | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/config.json.example b/config.json.example index 820c5bd..7c28b10 100644 --- a/config.json.example +++ b/config.json.example @@ -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 } } \ No newline at end of file