不能用NEXT_PUBLIC_CUTAPI_URL

This commit is contained in:
北枳 2025-09-17 17:43:57 +08:00
parent 3122a66db3
commit 86264e9436

View File

@ -115,8 +115,8 @@ export class VideoExportService {
this.config = {
maxRetries: config.maxRetries || 3,
pollInterval: config.pollInterval || 5000, // 5秒轮询
// apiBaseUrl: 'https://smartcut.api.movieflow.ai',
apiBaseUrl: process.env.NEXT_PUBLIC_CUTAPI_URL || 'https://smartcut.api.movieflow.ai'
apiBaseUrl: 'https://smartcut.api.movieflow.ai',
// apiBaseUrl: process.env.NEXT_PUBLIC_CUTAPI_URL || 'https://smartcut.api.movieflow.ai'
};
}