mirror of
https://github.com/sun-guannan/CapCutAPI.git
synced 2025-11-25 03:15:00 +08:00
add capcut config
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
{
|
||||
// 是否是剪映国际版,默认为true
|
||||
// Whether it is CapCut international version, default is true
|
||||
"is_capcut_env": true,
|
||||
// API 路由
|
||||
// API route
|
||||
"draft_domain": "https://www.install-ai-guider.top",
|
||||
// 预览路由
|
||||
// Preview route
|
||||
"preview_router": "/draft/downloader",
|
||||
// 是否上传草稿文件
|
||||
// Whether to upload draft files
|
||||
"is_upload_draft": false,
|
||||
// 上传草稿文件到阿里云OSS的配置
|
||||
// Configuration for uploading draft files to Alibaba Cloud OSS
|
||||
"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"
|
||||
},
|
||||
// 上传渲染的MP4文件到阿里云OSS的配置
|
||||
// Configuration for uploading rendered MP4 files to Alibaba Cloud OSS
|
||||
"mp4_oss_config": {
|
||||
"bucket_name": "your-mp4-bucket-name",
|
||||
"access_key_id": "your-access-key-id",
|
||||
|
||||
Reference in New Issue
Block a user